Enable tail merging on PPC.
[oota-llvm.git] / test / Transforms / IPConstantProp / recursion.ll
index 7aa81013243fd68fdf979b998ddbbcf90a5198bb..b25a6c081811104e6b8a6891915f52cd399e030b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -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]