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
@@ -5,6 +5,5 @@ contract A {
}
}
// ====
// compileViaYul: also
// ----
// f() -> 2
@@ -12,7 +12,6 @@ contract C {
}
}
// ====
// compileViaYul: also
// ----
// a() -> 1
// b() -> 1
@@ -16,7 +16,6 @@ contract A {
}
}
// ====
// compileViaYul: also
// ----
// readX() -> 3
// readA() -> 3
@@ -2,6 +2,5 @@ contract C {
uint immutable public x = 1;
}
// ====
// compileViaYul: also
// ----
// x() -> 1
@@ -13,6 +13,5 @@ contract C {
}
// ====
// EVMVersion: >=tangerineWhistle
// compileViaYul: also
// ----
// f() -> true
@@ -10,6 +10,5 @@ contract C {
function g() internal pure returns (uint) { return 2; }
}
// ====
// compileViaYul: also
// ----
// viaasm() -> 0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe, 0x6162000000000000000000000000000000000000000000000000000000000000
@@ -27,6 +27,5 @@ contract D is B, C {
}
}
// ====
// compileViaYul: also
// ----
// f() -> 4, 3, 2, 1
@@ -11,7 +11,6 @@ contract C {
}
}
// ====
// compileViaYul: also
// ----
// f() -> 7
// callZ() -> 7
@@ -26,7 +26,6 @@ contract C {
}
}
// ====
// compileViaYul: also
// ----
// f() -> 3, 7, 5
// gas irOptimized: 126136
@@ -12,6 +12,5 @@ contract A {
}
}
// ====
// compileViaYul: also
// ----
// readX() -> 3
@@ -11,7 +11,6 @@ contract A {
}
}
// ====
// compileViaYul: also
// ----
// a() -> 4660
// b() -> 0x0f0f
@@ -10,6 +10,5 @@ contract C {
}
}
// ====
// compileViaYul: also
// ----
// f() -> 84, 23
@@ -14,7 +14,6 @@ contract C {
}
}
// ====
// compileViaYul: also
// ----
// constructor(): 3 ->
// gas irOptimized: 127454