[InstCombine] Fold IntToPtr and PtrToInt into preceding loads.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-11-01-SRemDemandedBits.ll
index 46e98eb3627c25c7efa0feef6e2b57c0f10cd6b8..679cc5f73d77f9f179546f3c2a317141586c3361 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {ret i1 true}
+; RUN: opt < %s -instcombine -S | grep "ret i1 true"
 ; PR2993
 
 define i1 @foo(i32 %x) {