Remove -O3.

llvm-svn: 178278
This commit is contained in:
Akira Hatanaka 2013-03-28 19:34:14 +00:00
parent 74b2e72ab3
commit 19468cafad
1 changed files with 3 additions and 3 deletions

View 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: