mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Dialect setting for yul optimizer tests.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ let a:u256 { } function f() -> x:bool { let b:u256 := 4:u256 {} for {} f() {} {} } }
|
||||
// ====
|
||||
// step: functionGrouper
|
||||
// yul: true
|
||||
// dialect: yul
|
||||
// ----
|
||||
// {
|
||||
// {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
}
|
||||
// ====
|
||||
// step: functionGrouper
|
||||
// yul: true
|
||||
// dialect: yul
|
||||
// ----
|
||||
// {
|
||||
// {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
// ====
|
||||
// step: functionGrouper
|
||||
// yul: true
|
||||
// dialect: yul
|
||||
// ----
|
||||
// {
|
||||
// { let a:u256 }
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
}
|
||||
// ====
|
||||
// step: functionGrouper
|
||||
// yul: true
|
||||
// dialect: yul
|
||||
// ----
|
||||
// {
|
||||
// { let a:u256 }
|
||||
|
||||
Reference in New Issue
Block a user