summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-01-26 17:13:15 +0000
committerHans Wennborg <hans@hanshq.net>2017-01-26 17:13:15 +0000
commitfa4ec6224d4204ce9ee1bc9a4b607bc9bcb95720 (patch)
tree685c05c23c9a2916a60796ae1e34f3d24f754675
parent850646edf7e605354c66693c16ab69193e04a078 (diff)
downloadcompiler-rt-fa4ec6224d4204ce9ee1bc9a4b607bc9bcb95720.tar.gz
Merging r293120:
------------------------------------------------------------------------ r293120 | compnerd | 2017-01-25 16:37:55 -0800 (Wed, 25 Jan 2017) | 3 lines builtins: remove an errant ':' Thanks to Dave Lee for pointing this out! ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/branches/release_40@293191 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/builtins/arm/comparesf2.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/builtins/arm/comparesf2.S b/lib/builtins/arm/comparesf2.S
index e8095650e..a5b7e3648 100644
--- a/lib/builtins/arm/comparesf2.S
+++ b/lib/builtins/arm/comparesf2.S
@@ -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)