summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/InstCombine/vector-type.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Transforms/InstCombine/vector-type.ll b/test/Transforms/InstCombine/vector-type.ll
index 28b3441f45..59a4bdd19e 100644
--- a/test/Transforms/InstCombine/vector-type.ll
+++ b/test/Transforms/InstCombine/vector-type.ll
@@ -1,7 +1,7 @@
-; The code in InstCombiner::FoldSelectOpOp was calling
-; Type::getVectorNumElements without checking first if the type was a vector.
+; The code in InstCombiner::FoldSelectOpOp was calling
+; Type::getVectorNumElements without checking first if the type was a vector.
-; RUN: opt < %s -instcombine -S -O3
+; RUN: opt < %s -instcombine -S
define i32 @vselect1(i32 %a.coerce, i32 %b.coerce, i32 %c.coerce) {
entry: