Spell optimization name correclty.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158123 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2012-06-06 23:53:23 +00:00
parent 2afde7782d
commit d66ec52b62

View File

@ -1,4 +1,4 @@
; RUN: opt < %s -instcombiner | FileCheck %s
; RUN: opt < %s -instcombine | FileCheck %s
; <rdar://problem/10889741>
define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nounwind uwtable ssp {