Spell optimization name correclty.
authorBill Wendling <isanbard@gmail.com>
Wed, 6 Jun 2012 23:53:23 +0000 (23:53 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 6 Jun 2012 23:53:23 +0000 (23:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158123 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll

index e19cee7209b7d55da592f4bab2e836b6b1d12554..7a39702584afc81b4096e866d7dc5d0afe0bf71b 100644 (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 {