Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / multi-use-or.ll
index 4d84a853bea43bd8f57cd6e72bc2cb00b64007da..9bbef2383bb2a64f751a995b285f304d2dba7852 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | grep {add double .sx, .sy}
+; RUN: opt < %s -instcombine -S | grep {add double .sx, .sy}
 ; The 'or' has multiple uses, make sure that this doesn't prevent instcombine
 ; from propagating the extends to the truncs.