diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-06-06 23:53:23 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-06-06 23:53:23 +0000 |
commit | d66ec52b62a61da2a5d65b8fe524bbffb3d541ef (patch) | |
tree | f11027df309efecf6f229f9ee4ab87134fb9fed6 | |
parent | 2afde7782dfa56b2e46f79598bdb5f1e09471941 (diff) |
Spell optimization name correclty.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158123 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll b/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll index e19cee7209..7a39702584 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 ; <rdar://problem/10889741> define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nounwind uwtable ssp { |