Adding a missing -S to the opt invocation.
authorMeador Inge <meadori@codesourcery.com>
Thu, 7 Jun 2012 01:02:13 +0000 (01:02 +0000)
committerMeador Inge <meadori@codesourcery.com>
Thu, 7 Jun 2012 01:02:13 +0000 (01:02 +0000)
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

index 7a39702584afc81b4096e866d7dc5d0afe0bf71b..22466a96b667d3f77cb4b7959a4770c55d21fa9c 100644 (file)
@@ -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 {