Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / Reassociate / mulfactor.ll
index c5a471f4edb78af8b8982dc22ffcd38b17f26897..f279727c99307c558fbf1cae5404c9db10ab8554 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -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.