summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 87bb3f3e..5acb8545 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -392,9 +392,9 @@ int main(int argc, char *argv[])
});
// Validate the MIR
- //CompilePhaseV("MIR Validate", [&]() {
- // MIR_CheckCrate(*hir_crate);
- // });
+ CompilePhaseV("MIR Validate", [&]() {
+ MIR_CheckCrate(*hir_crate);
+ });
// Second shot of constant evaluation (with full type information)
CompilePhaseV("Constant Evaluate Full", [&]() {