Limiting gep merging to fix the performance problem described in
[oota-llvm.git] / test / Transforms / InstCombine / 2008-07-11-RemAnd.ll
index 0bfd41dd4e7a9094f65c434ec3ecd62f03e6c1a4..bf53451d66cf71a82f8e3258b64f77c4b16194b9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep rem
+; RUN: opt < %s -instcombine -S | not grep rem
 ; PR2330
 
 define i32 @a(i32 %b) nounwind  {