mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove fuzzer mode from yul optimizer unit test framework.
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
// step: loopInvariantCodeMotion
|
||||
//
|
||||
// {
|
||||
// function g() -> x
|
||||
// { x := add(sload(mload(x)), 1) }
|
||||
// let b := 1
|
||||
// let a := 1
|
||||
// let t := mload(g())
|
||||
@@ -21,4 +19,6 @@
|
||||
// let q := g()
|
||||
// for { } iszero(eq(a, 10)) { a := add(a, 1) }
|
||||
// { }
|
||||
// function g() -> x
|
||||
// { x := add(sload(mload(x)), 1) }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user