Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / Reassociate / basictest3.ll
index 71a6cf656d4464d316860270d4a5af9db3993b4e..92285fbbb63e39cc872d79760f209693763914d9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -reassociate -gcse | 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]