aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-08-22 17:34:11 +0000
committerChad Rosier <mcrosier@apple.com>2012-08-22 17:34:11 +0000
commit5f676fe1394d242ad69d792b5c19dd167a8a098c (patch)
tree8bb300ac0b700d44fe4581ea800cbecbc13f16b3
parent69b8e6295b358a302492e937c9df4efaca498765 (diff)
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162370 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/SimplifyLibCalls/double-float-shrink.ll2
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