summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-08-10 20:28:30 +0800
committerJohn Hodge <tpg@mutabah.net>2016-08-10 20:28:30 +0800
commite21656f68bab1e3021be97c4708c9854f4da76e1 (patch)
treeb826db97469e0db2c100f9e421aa987dbc553c10 /src/main.cpp
parentfd82195a241a49debb19d7a44442c66ab37d29bb (diff)
downloadmrust-e21656f68bab1e3021be97c4708c9854f4da76e1.tar.gz
MIR - Match construction draft, cleanup
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d13ec346..adea74f5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -33,6 +33,8 @@ bool debug_enabled()
//return g_cur_phase != "Parse" && g_cur_phase != "Expand";
//return g_cur_phase != "Parse" && g_cur_phase != "Expand" && g_cur_phase != "Resolve";
return g_cur_phase != "Parse" && g_cur_phase != "Expand" && g_cur_phase != "Resolve" && g_cur_phase != "Typecheck Expressions";
+ //return false;
+ //return g_cur_phase == "Lower MIR";
}
::std::ostream& debug_output(int indent, const char* function)
{