This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f705a45d43
solidity
/
test
/
libyul
/
yulOptimizerTests
/
varDeclPropagator
/
simple1.yul
10 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Yul: Implements empty-var-decl-propagation
2018-10-17 09:33:35 +00:00
{
Remove trailing whitespace.
2018-11-12 08:13:14 +00:00
let f
Yul: Implements empty-var-decl-propagation
2018-10-17 09:33:35 +00:00
f := mload(0)
}
// ----
// varDeclPropagator
// {
// let f := mload(0)
// }
Reference in New Issue
Copy Permalink