repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
MCJIT
/
2003-01-04-PhiTest.ll
blob
9cb0867b6d2cbcc393b905ebe1f7bd15b04cdfcd
1
; RUN: %lli -jit-kind=mcjit %s > /dev/null
2
; RUN: %lli %s > /dev/null
3
4
define i32 @main() {
5
; <label>:0
6
br label %Loop
7
Loop: ; preds = %Loop, %0
8
%X = phi i32 [ 0, %0 ], [ 1, %Loop ] ; <i32> [#uses=1]
9
br i1 true, label %Out, label %Loop
10
Out: ; preds = %Loop
11
ret i32 %X
12
}
13