mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 11:46:42 +00:00
remove bogus test
llvm-svn: 13827
This commit is contained in:
parent
7c0ec435b7
commit
2582f9b0b7
@ -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…
x
Reference in New Issue
Block a user