aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/vec_narrow.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/vec_narrow.ll')
-rw-r--r--test/Transforms/InstCombine/vec_narrow.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/vec_narrow.ll b/test/Transforms/InstCombine/vec_narrow.ll
index daf7bcf297..c05c802188 100644
--- a/test/Transforms/InstCombine/vec_narrow.ll
+++ b/test/Transforms/InstCombine/vec_narrow.ll
@@ -1,5 +1,5 @@
; RUN: opt < %s -instcombine -S | \
-; RUN: grep {add float}
+; RUN: grep {fadd float}
%V = type <4 x float>