Fix test.
[oota-llvm.git] / test / Transforms / TailDup / 2009-07-31-phicrash.ll
1 ; RUN: opt < %s -tailduplicate -disable-output
2 ; PR4662
3
4 define void @a() {
5 BB:
6         br label %BB6
7
8 BB6:
9         %tmp9 = phi i64 [ 0, %BB ], [ 5, %BB34 ]
10         br label %BB34
11
12 BB34:
13         br label %BB6
14 }