summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-03-28 19:34:14 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-03-28 19:34:14 +0000
commitfc822ce34d382bfc451c4a85cb217ef301d8bce3 (patch)
tree7b783885b5f8bc198f00b4a3d9e760834d0d077f /test/Transforms/InstCombine
parent53774a821d21f954c1ba0eaa493d4142b68fbfcd (diff)
downloadllvm-fc822ce34d382bfc451c4a85cb217ef301d8bce3.tar.gz
llvm-fc822ce34d382bfc451c4a85cb217ef301d8bce3.tar.bz2
llvm-fc822ce34d382bfc451c4a85cb217ef301d8bce3.tar.xz
Remove -O3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine')
-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: