Spell optimization name correclty.

llvm-svn: 158123
This commit is contained in:
Bill Wendling 2012-06-06 23:53:23 +00:00
parent 9c9641812c
commit 3e8cf2be79
1 changed files with 1 additions and 1 deletions

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 {