[llvm-branch-commits] [compiler-rt-branch] r293191 - Merging r293120:

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jan 26 09:13:15 PST 2017


Author: hans
Date: Thu Jan 26 11:13:15 2017
New Revision: 293191

URL: http://llvm.org/viewvc/llvm-project?rev=293191&view=rev
Log:
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!
------------------------------------------------------------------------

Modified:
    compiler-rt/branches/release_40/   (props changed)
    compiler-rt/branches/release_40/lib/builtins/arm/comparesf2.S

Propchange: compiler-rt/branches/release_40/
------------------------------------------------------------------------------
    svn:mergeinfo = /compiler-rt/trunk:293120

Modified: compiler-rt/branches/release_40/lib/builtins/arm/comparesf2.S
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/branches/release_40/lib/builtins/arm/comparesf2.S?rev=293191&r1=293190&r2=293191&view=diff
==============================================================================
--- compiler-rt/branches/release_40/lib/builtins/arm/comparesf2.S (original)
+++ compiler-rt/branches/release_40/lib/builtins/arm/comparesf2.S Thu Jan 26 11:13:15 2017
@@ -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)




More information about the llvm-branch-commits mailing list