mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Refactoring yul source locations.
This commit is contained in:
@@ -35,7 +35,7 @@ void FunctionGrouper::operator()(Block& _block)
|
||||
return;
|
||||
|
||||
vector<Statement> reordered;
|
||||
reordered.emplace_back(Block{_block.location, {}});
|
||||
reordered.emplace_back(Block{_block.debugData, {}});
|
||||
|
||||
for (auto&& statement: _block.statements)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user