Check for extractelement with a variable operand for the element number.
[oota-llvm.git] / test / Transforms / Reassociate / mulfactor.ll
index f80019c95e36a17aeb51bda93e3aafc38c0aad38..f279727c99307c558fbf1cae5404c9db10ab8554 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -reassociate -instcombine | llvm-dis | grep mul | count 2
+; RUN: opt < %s -reassociate -instcombine -S | grep mul | count 2
 
 ; This should have exactly 2 multiplies when we're done.