[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / apint-or1.ll
index 51b87fe2a2007edb0d54c4cdf4db869c59bdc256..d4f87ac894d98230016456a4028ab1db2681e750 100644 (file)
@@ -2,7 +2,7 @@
 ; This test is for Integer BitWidth <= 64 && BitWidth % 2 != 0.
 ;
 
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep or
+; RUN: opt < %s -instcombine -S | not grep or
 
 
 define i7 @test0(i7 %X) {