diff options
-rw-r--r-- | test/Transforms/SimplifyLibCalls/double-float-shrink.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Transforms/SimplifyLibCalls/double-float-shrink.ll b/test/Transforms/SimplifyLibCalls/double-float-shrink.ll index 83431edcd9..b4ab8b4ceb 100644 --- a/test/Transforms/SimplifyLibCalls/double-float-shrink.ll +++ b/test/Transforms/SimplifyLibCalls/double-float-shrink.ll @@ -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 |