mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
New testcase
llvm-svn: 5263
This commit is contained in:
parent
76e5849ba6
commit
0c35443367
10
test/Regression/Jello/2003-01-04-PhiTest.ll
Normal file
10
test/Regression/Jello/2003-01-04-PhiTest.ll
Normal file
@ -0,0 +1,10 @@
|
||||
; RUN: as < %s | lli -force-interpreter=false
|
||||
|
||||
int %main() {
|
||||
br label %Loop
|
||||
Loop:
|
||||
%X = phi int [0, %0], [1, %Loop]
|
||||
br bool true, label %Out, label %Loop
|
||||
Out:
|
||||
ret int %X
|
||||
}
|
Loading…
Reference in New Issue
Block a user