Pass "optimize stack allocation" flag down to the stack compressor.

This commit is contained in:
chriseth
2019-03-20 15:03:27 +01:00
parent 556d11dae0
commit 38cbf8d230
11 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ public:
SSAReverser::run(*m_ast);
break;
case 'p':
StackCompressor::run(m_dialect, *m_ast);
StackCompressor::run(m_dialect, *m_ast, true);
break;
default:
cout << "Unknown option." << endl;