fix infinite loop in instcombine with more than 4GB memcpy
[oota-llvm.git] / test / Transforms / InstCombine / 2006-12-15-Range-Test.ll
index 585257c779966805fca53c0d7b149e0233833b88..0c8eeceec81c83721fa5e3a44d6eac12720eb67a 100644 (file)
@@ -1,7 +1,8 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:   grep icmp | count 1
-; RUN: llvm-as < %s | opt -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"
 target triple = "i686-pc-linux-gnu"