[SimplifyCFG] Make the value type of the hole check bitmask a power-of-2.
[oota-llvm.git] / test / Transforms / InstCombine / apint-mul1.ll
index 58f3bc9f3f099484a2f2910a71b1732656c14f84..6a5b3e7f03c84745f8dbef1238bbac97b78e49f3 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 mul
+; RUN: opt < %s -instcombine -S | not grep mul
 
-implementation
 
 define i17 @test1(i17 %X) {
     %Y = mul i17 %X, 1024