summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/multi-use-or.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/multi-use-or.ll')
-rw-r--r--test/Transforms/InstCombine/multi-use-or.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/multi-use-or.ll b/test/Transforms/InstCombine/multi-use-or.ll
index 9bbef2383b..8c6a0e0bbc 100644
--- a/test/Transforms/InstCombine/multi-use-or.ll
+++ b/test/Transforms/InstCombine/multi-use-or.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {add double .sx, .sy}
+; RUN: opt < %s -instcombine -S | grep {fadd double .sx, .sy}
; The 'or' has multiple uses, make sure that this doesn't prevent instcombine
; from propagating the extends to the truncs.