diff options
| author | Meador Inge <meadori@codesourcery.com> | 2012-06-07 01:02:13 +0000 |
|---|---|---|
| committer | Meador Inge <meadori@codesourcery.com> | 2012-06-07 01:02:13 +0000 |
| commit | 161d5bb6f7c958738a9809efe408fb74f7adcafe (patch) | |
| tree | b4536888922afc3b2a7db368b38cbf0364a4616c /llvm/test/Transforms | |
| parent | b03cc793a9274d89866d9477755aa1fbac9a8e1c (diff) | |
| download | bcm5719-llvm-161d5bb6f7c958738a9809efe408fb74f7adcafe.tar.gz bcm5719-llvm-161d5bb6f7c958738a9809efe408fb74f7adcafe.zip | |
Adding a missing -S to the opt invocation.
llvm-svn: 158128
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 7a39702584a..22466a96b66 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 -instcombine | FileCheck %s +; RUN: opt < %s -instcombine -S | FileCheck %s ; <rdar://problem/10889741> define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nounwind uwtable ssp { |

