repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git]
/
test
/
DebugInfo
/
2009-10-16-Phi.ll
blob
0f799e3a7892ce91d0310ad69d9b24095dc087fa
1
; RUN: llvm-as %s -disable-output
2
3
define i32 @foo() {
4
E:
5
br label %B2
6
B1:
7
br label %B2
8
B2:
9
%0 = phi i32 [ 0, %E ], [ 1, %B1 ], !dbg !0
10
ret i32 %0
11
}
12
13
!0 = metadata !{i32 42}