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:
Daniel Dunbar
2009-10-17 03:28:20 +00:00
parent ca24a695e7
commit 9c7ca4a745
2 changed files with 0 additions and 0 deletions

View 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}