Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / fsub-fsub.ll
index ab70479204b179efcc2eb659de5b7a74bceebe88..94ebf090ff33b4923cb2098be006ec085c4946f5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep fsub | count 2
+; RUN: opt < %s -instcombine -S | grep fsub | count 2
 ; PR4374
 
 define float @func(float %a, float %b) nounwind {