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 | 3e8cf2be79396b83969b8363d22c0ce5ecf3cbff (patch) | |
| tree | abf79731869602e3cf2620b28a8a668a68a8a261 /llvm/test/Transforms | |
| parent | 9c9641812c3b1ce55b3aefb3d0a9a06bd78d0b88 (diff) | |
| download | bcm5719-llvm-3e8cf2be79396b83969b8363d22c0ce5ecf3cbff.tar.gz bcm5719-llvm-3e8cf2be79396b83969b8363d22c0ce5ecf3cbff.zip | |
Spell optimization name correclty.
llvm-svn: 158123
Diffstat (limited to 'llvm/test/Transforms')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll b/llvm/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll index e19cee7209b..7a39702584a 100644 --- a/llvm/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll +++ b/llvm/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 { |

