Moved "step" from settings to expectations.

This commit is contained in:
a3d4
2020-03-19 13:59:05 +01:00
parent b02a42400b
commit 3b9e926559
410 changed files with 817 additions and 798 deletions
@@ -12,9 +12,9 @@
a := b
mstore(2, a)
}
// ====
// step: commonSubexpressionEliminator
// ----
// step: commonSubexpressionEliminator
//
// {
// let a := mload(0)
// let b := add(a, 7)