From: Bill Wendling Date: Wed, 6 Jun 2012 23:53:23 +0000 (+0000) Subject: Spell optimization name correclty. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d66ec52b62a61da2a5d65b8fe524bbffb3d541ef;p=oota-llvm.git Spell optimization name correclty. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158123 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll b/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll index e19cee7209b..7a39702584a 100644 --- a/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll +++ b/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -instcombiner | FileCheck %s +; RUN: opt < %s -instcombine | FileCheck %s ; define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nounwind uwtable ssp {