mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use rematerializer if variable is unreferenced or value is "cheap".
This commit is contained in:
@@ -182,7 +182,7 @@ public:
|
||||
RedundantAssignEliminator::run(*m_ast);
|
||||
break;
|
||||
case 'm':
|
||||
Rematerialiser{}(*m_ast);
|
||||
Rematerialiser::run(*m_ast);
|
||||
break;
|
||||
default:
|
||||
cout << "Unknown option." << endl;
|
||||
|
||||
Reference in New Issue
Block a user