mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Moved "step" from settings to expectations.
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
let y := calldataload(calldataload(9))
|
||||
mstore(y, add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(y, 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1))
|
||||
}
|
||||
// ====
|
||||
// step: stackCompressor
|
||||
// ----
|
||||
// step: stackCompressor
|
||||
//
|
||||
// {
|
||||
// mstore(calldataload(calldataload(9)), add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(calldataload(calldataload(9)), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1))
|
||||
// }
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
mstore(y, add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(y, 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1))
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// step: stackCompressor
|
||||
// ----
|
||||
// step: stackCompressor
|
||||
//
|
||||
// {
|
||||
// let x := 8
|
||||
// function f()
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
let x := 8
|
||||
function f() { let y := 9 }
|
||||
}
|
||||
// ====
|
||||
// step: stackCompressor
|
||||
// ----
|
||||
// step: stackCompressor
|
||||
//
|
||||
// {
|
||||
// let x := 8
|
||||
// function f()
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
extcodecopy(1, msize(), 1, 1)
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// step: stackCompressor
|
||||
// ----
|
||||
// step: stackCompressor
|
||||
//
|
||||
// {
|
||||
// let _17_72 := pc()
|
||||
// let _22_75 := pc()
|
||||
|
||||
Reference in New Issue
Block a user