Remove fuzzer mode from yul optimizer unit test framework.

This commit is contained in:
Bhargava Shastry
2021-01-18 10:27:58 +01:00
parent 3e7659596e
commit 02b28b42e8
37 changed files with 163 additions and 198 deletions
@@ -12,13 +12,6 @@
// step: loopInvariantCodeMotion
//
// {
// function f() -> x
// { x := g() }
// function g() -> x_1
// {
// for { } 1 { }
// { }
// }
// let b := 1
// let a := 1
// for { } iszero(eq(a, 10)) { a := add(a, 1) }
@@ -26,4 +19,11 @@
// let t := extcodesize(f())
// let q := g()
// }
// function f() -> x
// { x := g() }
// function g() -> x_1
// {
// for { } 1 { }
// { }
// }
// }