mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fill in junk in stack layouts on terminating control flow paths.
This commit is contained in:
@@ -111,6 +111,9 @@ private:
|
||||
/// stack @a _stack.
|
||||
static Stack compressStack(Stack _stack);
|
||||
|
||||
//// Fills in junk when entering branches that do not need a clean stack in case the result is cheaper.
|
||||
void fillInJunk(CFG::BasicBlock const& _block);
|
||||
|
||||
StackLayout& m_layout;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user