forked from OSchip/llvm-project
Adding a missing -S to the opt invocation.
llvm-svn: 158128
This commit is contained in:
parent
b03cc793a9
commit
161d5bb6f7
|
@ -1,4 +1,4 @@
|
||||||
; RUN: opt < %s -instcombine | FileCheck %s
|
; RUN: opt < %s -instcombine -S | FileCheck %s
|
||||||
; <rdar://problem/10889741>
|
; <rdar://problem/10889741>
|
||||||
|
|
||||||
define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nounwind uwtable ssp {
|
define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nounwind uwtable ssp {
|
||||||
|
|
Loading…
Reference in New Issue