fix infinite loop in instcombine with more than 4GB memcpy
[oota-llvm.git] / test / Transforms / InstCombine / apint-add1.ll
index 3dcff56444e4c5f993a2f294132489ff78e693d6..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: opt %s -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:    grep -v OK | not grep add