summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d63d4041..0002e1a8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -617,15 +617,6 @@ int main(int argc, char *argv[])
MIR_CheckCrate(*hir_crate);
});
- if( params.debug.dump_hir )
- {
- // DUMP after consteval (full HIR again)
- CompilePhaseV("Dump HIR", [&]() {
- ::std::ofstream os (FMT(params.outfile << "_2_hir.rs"));
- HIR_Dump( os, *hir_crate );
- });
- }
-
// - Expand constants in HIR and virtualise calls
CompilePhaseV("MIR Cleanup", [&]() {
MIR_CleanupCrate(*hir_crate);