Remove // compileViaYul: also

This commit is contained in:
Daniel Kirchner
2022-05-19 20:23:28 +02:00
parent 788dc6b4c8
commit 58d21f1e9d
1267 changed files with 0 additions and 1267 deletions
@@ -12,6 +12,5 @@ contract C {
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// f() ->
@@ -9,7 +9,6 @@ contract Test {
function nestedStat() public returns (uint[3][7] memory) { stat(); }
}
// ====
// compileViaYul: also
// ----
// stat() -> 0, 0, 0, 0, 0
// dyn() -> 0x20, 0
@@ -25,6 +25,5 @@ contract C {
}
}
// ====
// compileViaYul: also
// ----
// f() -> 0x0500, 0x0500, 0x0a00
@@ -18,7 +18,6 @@ contract C {
}
}
// ====
// compileViaYul: also
// ----
// withValue() -> 0x00
// withoutValue() -> 0x0280
@@ -19,7 +19,6 @@ contract C {
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// withValue() -> 0x00
// withoutValue() -> 0x60