Add missing __aeabi_fcmpun alias to match C version.

llvm-svn: 199386
This commit is contained in:
Joerg Sonnenberger 2014-01-16 13:55:24 +00:00
parent 108bc0311f
commit da93c0f37c
1 changed files with 2 additions and 0 deletions

View File

@ -141,3 +141,5 @@ DEFINE_COMPILERRT_FUNCTION(__unordsf2)
cmpls r3, #0xff000000
movhi r0, #1
bx lr
DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_fcmpun, __unordsf2)