instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / InstCombine / apint-mul1.ll
index d35f03c2abfeb39fdfb7d80f5ad3d7f9cff2094f..6a5b3e7f03c84745f8dbef1238bbac97b78e49f3 100644 (file)
@@ -2,7 +2,7 @@
 ; This test is for Integer BitWidth < 64 && BitWidth % 2 != 0.
 ;
 
-; RUN: opt %s -instcombine | llvm-dis | not grep mul
+; RUN: opt < %s -instcombine -S | not grep mul
 
 
 define i17 @test1(i17 %X) {