Adding a missing -S to the opt invocation.

llvm-svn: 158128
This commit is contained in:
Meador Inge 2012-06-07 01:02:13 +00:00
parent b03cc793a9
commit 161d5bb6f7
1 changed files with 1 additions and 1 deletions

View 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 {