mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Make verbatim compatible with KnownState.
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
// The optimizer assumes verbatim could contain msize,
|
||||
// so it cannot optimize the mload away.
|
||||
let x := mload(0x2000)
|
||||
verbatim_0i_0o("")
|
||||
verbatim_0i_0o("aa")
|
||||
sstore(0, 2)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user