llvm-6502/test/Transforms/TailDup/2009-07-31-phicrash.ll
2009-07-31 19:36:47 +00:00

15 lines
193 B
LLVM

; RUN: llvm-as < %s | opt -tailduplicate -disable-output
; PR4662
define void @a() {
BB:
br label %BB6
BB6:
%tmp9 = phi i64 [ 0, %BB ], [ 5, %BB34 ]
br label %BB34
BB34:
br label %BB6
}