forked from OSchip/llvm-project
parent
671dc096ae
commit
1df1fb511f
llvm/test/Transforms/SimplifyLibCalls
|
@ -37,8 +37,6 @@ define double @acosh_test2(float %f) nounwind readnone {
|
|||
; CHECK: call double @acosh(double %conv)
|
||||
}
|
||||
|
||||
|
||||
|
||||
define float @asin_test(float %f) nounwind readnone {
|
||||
; CHECK: asin_test
|
||||
%conv = fpext float %f to double
|
||||
|
|
Loading…
Reference in New Issue