mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Stabilize SSAReverser.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user