index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libyul
/
yulOptimizerTests
/
structuralSimplifier
/
if_unassigned_condition.yul
blob: a327a882970a9e36238e54102072588a21ae6bc9 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
{ let x if x { mstore(0, 0) } } // ---- // structuralSimplifier // { // let x // }