[llvm-commits] [llvm] r158123 - /llvm/trunk/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll

Bill Wendling isanbard at gmail.com
Wed Jun 6 16:53:23 PDT 2012


Author: void
Date: Wed Jun  6 18:53:23 2012
New Revision: 158123

URL: http://llvm.org/viewvc/llvm-project?rev=158123&view=rev
Log:
Spell optimization name correclty.

Modified:
    llvm/trunk/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll

Modified: llvm/trunk/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll?rev=158123&r1=158122&r2=158123&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll Wed Jun  6 18:53:23 2012
@@ -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 {





More information about the llvm-commits mailing list