summaryrefslogtreecommitdiff
path: root/src/mir/from_hir.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2019-01-20 16:22:29 +0800
committerJohn Hodge <tpg@ucc.asn.au>2019-01-20 16:22:29 +0800
commitd750b39f37cc664ecfae0a4e823271b6cec7183b (patch)
tree6a5782027790b74e68a59deeafa39b4e83f3560f /src/mir/from_hir.cpp
parentd599ec44efcb26bb15ea2010086a738394bf184b (diff)
downloadmrust-d750b39f37cc664ecfae0a4e823271b6cec7183b.tar.gz
MIR Gen - (minor) Commented-out post-gen dump
Diffstat (limited to 'src/mir/from_hir.cpp')
-rw-r--r--src/mir/from_hir.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir/from_hir.cpp b/src/mir/from_hir.cpp
index 17de43c2..e13b9db1 100644
--- a/src/mir/from_hir.cpp
+++ b/src/mir/from_hir.cpp
@@ -2533,6 +2533,7 @@ namespace {
// NOTE: Can't clean up yet, as consteval isn't done
//MIR_Cleanup(resolve, path, fcn, args, ptr->m_res_type);
+ //DEBUG("MIR Dump:" << ::std::endl << FMT_CB(ss, MIR_Dump_Fcn(ss, fcn, 1);));
MIR_Validate(resolve, path, fcn, args, ptr->m_res_type);
if( getenv("MRUSTC_VALIDATE_FULL_EARLY") ) {