Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git] / test / Transforms / TailDup / 2009-07-31-phicrash.ll
blobad1a0404761a6b308a7f6fb5efb4c59b8d2abd18
1 ; RUN: opt < %s -tailduplicate -disable-output
2 ; PR4662
4 define void @a() {
5 BB:
6         br label %BB6
8 BB6:
9         %tmp9 = phi i64 [ 0, %BB ], [ 5, %BB34 ]
10         br label %BB34
12 BB34:
13         br label %BB6