Whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier 2012-08-22 17:34:11 +00:00
parent 69b8e6295b
commit 5f676fe139

View File

@ -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