Stabilize SSAReverser.

This commit is contained in:
Daniel Kirchner
2019-01-17 21:05:32 +01:00
parent fd16585724
commit 29f66b2674
8 changed files with 55 additions and 11 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ public:
EquivalentFunctionCombiner::run(*m_ast);
break;
case 'V':
SSAReverser{}(*m_ast);
SSAReverser::run(*m_ast);
break;
default:
cout << "Unknown option." << endl;