Extracted 'generateBooleanOperation'
Generate magic instruction for '&&, ||' in condition as well
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ fun tf() : Int {
|
||||
}
|
||||
|
||||
fun failtest(a : Int) : Int {
|
||||
if (fail() || <!UNREACHABLE_CODE!>true<!>) <!UNREACHABLE_CODE!>{
|
||||
if (fail() <!UNREACHABLE_CODE!>|| true<!>) <!UNREACHABLE_CODE!>{
|
||||
|
||||
}<!>
|
||||
<!UNREACHABLE_CODE!>return 1<!>
|
||||
|
||||
Reference in New Issue
Block a user