Remove -O3.
authorAkira Hatanaka <ahatanaka@mips.com>
Thu, 28 Mar 2013 19:34:14 +0000 (19:34 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Thu, 28 Mar 2013 19:34:14 +0000 (19:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178278 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/vector-type.ll

index 28b3441f45d936b69fe24c1e69641b580f9a6a53..59a4bdd19e70af34803e1775d22ce4131d403995 100644 (file)
@@ -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: