[InstCombine] call SimplifyICmpInst with correct context
[oota-llvm.git] / test / Transforms / InstCombine / 2009-06-16-SRemDemandedBits.ll
index 82b223a4ddc9469e2489e622baca44fd5c921f90..6beedf83cd6a2278fbcfc48f23788ff6ca81f557 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep srem
+; RUN: opt < %s -instcombine -S | grep srem
 ; PR3439
 
 define i32 @a(i32 %x) nounwind {