mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
remove bogus test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13827 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
896b64bf03
commit
7bbf388753
@ -43,15 +43,3 @@ L2:
|
||||
br label %Loop
|
||||
}
|
||||
|
||||
bool %test4(bool %A) {
|
||||
br bool %A, label %BB1, label %BB2
|
||||
BB1:
|
||||
br label %Ret
|
||||
BB2:
|
||||
br label %Ret
|
||||
Ret:
|
||||
%B = phi int [1000, %BB1], [123, %BB2]
|
||||
%C = cast int %B to bool
|
||||
ret bool %C
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user