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:
@@ -15,10 +15,6 @@
|
||||
// step: loopInvariantCodeMotion
|
||||
//
|
||||
// {
|
||||
// function g() -> x
|
||||
// { x := create(100, 0, 32) }
|
||||
// function f() -> x_1
|
||||
// { x_1 := mload(0) }
|
||||
// let b := 1
|
||||
// let a := 1
|
||||
// let z := f()
|
||||
@@ -27,4 +23,8 @@
|
||||
// let q := sload(5)
|
||||
// let r := g()
|
||||
// }
|
||||
// function g() -> x
|
||||
// { x := create(100, 0, 32) }
|
||||
// function f() -> x_1
|
||||
// { x_1 := mload(0) }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user