Enable tail merging on PPC.
[oota-llvm.git] / test / Transforms / IPConstantProp / recursion.ll
index 27c381af3ab39c27827dce8343e493673dd4fb81..b25a6c081811104e6b8a6891915f52cd399e030b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -ipconstprop -deadargelim | llvm-dis | not grep %X
+; RUN: opt < %s -ipconstprop -deadargelim -S | not grep %X
 define internal i32 @foo(i32 %X) {
         %Y = call i32 @foo( i32 %X )            ; <i32> [#uses=1]
         %Z = add i32 %Y, 1              ; <i32> [#uses=1]