Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / apint-add1.ll
index 74280ee7f7cad1a132b92c9a2a301ce6d7d0f054..02f1baf53996766ebc152b12de0c54c43750cfb9 100644 (file)
@@ -1,7 +1,7 @@
 ; This test makes sure that add instructions are properly eliminated.
 ; This test is for Integer BitWidth <= 64 && BitWidth % 8 != 0.
 
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:    grep -v OK | not grep add