From 13a53e64957d7f6531f29e156f769b2403f1896e Mon Sep 17 00:00:00 2001 From: Meador Inge Date: Thu, 7 Jun 2012 01:02:13 +0000 Subject: [PATCH] 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 --- test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.34.1