summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/arm/comparesf2.S
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-01-26 00:37:55 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-01-26 00:37:55 +0000
commit309b3bfa6ad048378b38762b7cdd69e9cb92fad3 (patch)
tree51d1566d280cc0ddc4d18d26a39f788b5bf93d89 /compiler-rt/lib/builtins/arm/comparesf2.S
parent1df6e858ef05e557cfed7df4dffd5a9258d9b187 (diff)
downloadbcm5719-llvm-309b3bfa6ad048378b38762b7cdd69e9cb92fad3.tar.gz
bcm5719-llvm-309b3bfa6ad048378b38762b7cdd69e9cb92fad3.zip
builtins: remove an errant ':'
Thanks to Dave Lee for pointing this out! llvm-svn: 293120
Diffstat (limited to 'compiler-rt/lib/builtins/arm/comparesf2.S')
-rw-r--r--compiler-rt/lib/builtins/arm/comparesf2.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/arm/comparesf2.S b/compiler-rt/lib/builtins/arm/comparesf2.S
index e5836e61cea..ef7091bf3c8 100644
--- a/compiler-rt/lib/builtins/arm/comparesf2.S
+++ b/compiler-rt/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)
OpenPOWER on IntegriCloud