summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/not-fcmp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/not-fcmp.ll')
-rw-r--r--test/Transforms/InstCombine/not-fcmp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/not-fcmp.ll b/test/Transforms/InstCombine/not-fcmp.ll
index 5c9837a8a3..57440f67af 100644
--- a/test/Transforms/InstCombine/not-fcmp.ll
+++ b/test/Transforms/InstCombine/not-fcmp.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | grep "fcmp uge"
+; RUN: opt %s -instcombine -S | grep "fcmp uge"
; PR1570
define i1 @f(float %X, float %Y) {