mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove EWASM backend.
This commit is contained in:
@@ -3,5 +3,4 @@ contract C {
|
||||
assembly { pop(call(0, 1, 2, 3, 4, 5, 6)) }
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
|
||||
@@ -3,5 +3,4 @@ contract C {
|
||||
assembly { {} }
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
|
||||
@@ -3,5 +3,4 @@ contract C {
|
||||
assembly { function g() { pop(blockhash(20)) } g() }
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
|
||||
@@ -3,5 +3,4 @@ contract C {
|
||||
assembly { function f() { leave } }
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
|
||||
@@ -3,5 +3,4 @@ contract C {
|
||||
assembly { for {} 1 { pop(sload(0)) } { break continue } }
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
|
||||
@@ -8,5 +8,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
|
||||
@@ -5,5 +5,4 @@ contract C {
|
||||
assembly { let x := s.offset let y := mul(s.slot, 2) }
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
|
||||
@@ -3,5 +3,4 @@ contract C {
|
||||
assembly { let x := "abc" }
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
|
||||
@@ -8,5 +8,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
|
||||
@@ -3,5 +3,4 @@ contract C {
|
||||
assembly { switch 0 case 0 {} default {} }
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
|
||||
@@ -4,5 +4,4 @@ contract C {
|
||||
assembly { x := 7 }
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
|
||||
Reference in New Issue
Block a user