mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Reclaim a lost month.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84303 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
13
test/DebugInfo/2009-10-16-Phi.ll
Normal file
13
test/DebugInfo/2009-10-16-Phi.ll
Normal file
@@ -0,0 +1,13 @@
|
||||
; RUN: llvm-as %s -disable-output
|
||||
|
||||
define i32 @foo() {
|
||||
E:
|
||||
br label %B2
|
||||
B1:
|
||||
br label %B2
|
||||
B2:
|
||||
%0 = phi i32 [ 0, %E ], [ 1, %B1 ], !dbg !0
|
||||
ret i32 %0
|
||||
}
|
||||
|
||||
!0 = metadata !{i32 42}
|
Reference in New Issue
Block a user