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 | 13a53e64957d7f6531f29e156f769b2403f1896e (patch) | |
tree | 2872cd21981e881161f2e6f7ab9b90d1e48f2e7e | |
parent | 87253c2ebdae320ee24a2cbf10f8de9b3acba763 (diff) |
Adding a missing -S to the opt invocation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158128 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 7a39702584..22466a96b6 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 -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 { |