From d66ec52b62a61da2a5d65b8fe524bbffb3d541ef Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 6 Jun 2012 23:53:23 +0000 Subject: [PATCH] Spell optimization name correclty. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.34.1