diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index c949d703..a02fbac6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -148,7 +148,7 @@ int main(int argc, char *argv[]) });
CompilePhaseV("Constant Evaluate", [&]() {
- //ConvertHIR_ConstantEvaluate(hir_crate);
+ ConvertHIR_ConstantEvaluate(*hir_crate);
});
// Typecheck / type propagate module (type annotations of all values)
|