From: Meador Inge Date: Thu, 7 Jun 2012 01:02:13 +0000 (+0000) Subject: Adding a missing -S to the opt invocation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=13a53e64957d7f6531f29e156f769b2403f1896e;p=oota-llvm.git 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 --- diff --git a/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll b/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll index 7a39702584a..22466a96b66 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 ; define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nounwind uwtable ssp {