8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
14 lines
177 B
LLVM
14 lines
177 B
LLVM
; 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 = !{i32 42}
|