Add enforce known alignment test with address space
[oota-llvm.git] / test / Transforms / InstCombine / 2008-07-10-ICmpBinOp.ll
index ae92a000124ed6ad135d591a5ccd386e76507d36..76e30399a66680fa259b10d398166d7e72582a85 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -instcombine | llvm-dis | not grep add
-; RUN: opt %s -instcombine | llvm-dis | not grep mul
+; RUN: opt < %s -instcombine -S | not grep add
+; RUN: opt < %s -instcombine -S | not grep mul
 ; PR2330
 
 define i1 @f(i32 %x, i32 %y) nounwind {