fix infinite loop in instcombine with more than 4GB memcpy
[oota-llvm.git] / test / Transforms / InstCombine / 2006-12-15-Range-Test.ll
index 5fec3d420edb6356558e0db7bdfb775b847bde32..0c8eeceec81c83721fa5e3a44d6eac12720eb67a 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: opt %s -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:   grep icmp | count 1
-; RUN: opt %s -instcombine | llvm-dis | \
-; RUN:   grep {icmp ugt} | count 1
+; RUN: opt < %s -instcombine -S | \
+; RUN:   grep "icmp ugt" | count 1
 ; END.
 
 target datalayout = "e-p:32:32"