Change these tests to feed the assembly files to opt directly, instead
[oota-llvm.git] / test / Transforms / Reassociate / mulfactor.ll
index f80019c95e36a17aeb51bda93e3aafc38c0aad38..c5a471f4edb78af8b8982dc22ffcd38b17f26897 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -reassociate -instcombine | llvm-dis | grep mul | count 2
+; RUN: opt %s -reassociate -instcombine | llvm-dis | grep mul | count 2
 
 ; This should have exactly 2 multiplies when we're done.