Revert r218778 while investigating buldbot breakage.
[oota-llvm.git] / test / Transforms / InstCombine / apint-or1.ll
index 993a37685e2bc8bc764f789b16604f99a33917fe..d4f87ac894d98230016456a4028ab1db2681e750 100644 (file)
@@ -2,9 +2,8 @@
 ; 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
 
-implementation
 
 define i7 @test0(i7 %X) {
     %Y = or i7 %X, 0