Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / Reassociate / basictest3.ll
index a88030db2f9a51a7655a27a65975f45ed5a0cf25..92285fbbb63e39cc872d79760f209693763914d9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -reassociate -gvn | llvm-dis | grep add | count 6
+; RUN: opt < %s -reassociate -gvn -S | grep add | count 6
 ; Each of these functions should turn into two adds each.
 
 @e = external global i32               ; <i32*> [#uses=3]