builtins: remove an errant ':'

Thanks to Dave Lee for pointing this out!

llvm-svn: 293120
This commit is contained in:
Saleem Abdulrasool 2017-01-26 00:37:55 +00:00
parent 1df6e858ef
commit 309b3bfa6a
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ DEFINE_COMPILERRT_FUNCTION(__unordsf2)
END_COMPILERRT_FUNCTION(__unordsf2)
#if defined(COMPILER_RT_ARMHF_TARGET)
DEFINE_COMPILERRT_FUNCTION(__aeabi_fcmpum):
DEFINE_COMPILERRT_FUNCTION(__aeabi_fcmpum)
vmov s0, r0
vmov s1, r1
b SYMBOL_NAME(__unordsf2)