Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / or-fcmp.ll
index 2672f38d1e9dd2b00c0adbd1fdc96e0414bedca9..9692bfcc597030cc368205414df7c7d92ea823f8 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -instcombine | llvm-dis | grep fcmp | count 3
-; RUN: opt %s -instcombine | llvm-dis | grep ret | grep 1
+; RUN: opt < %s -instcombine -S | grep fcmp | count 3
+; RUN: opt < %s -instcombine -S | grep ret | grep 1
 
 define zeroext i8 @t1(float %x, float %y) nounwind {
        %a = fcmp ueq float %x, %y             ; <i1> [#uses=1]