[compiler-rt] r293120 - builtins: remove an errant ':'

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 16:37:56 PST 2017


Author: compnerd
Date: Wed Jan 25 18:37:55 2017
New Revision: 293120

URL: http://llvm.org/viewvc/llvm-project?rev=293120&view=rev
Log:
builtins: remove an errant ':'

Thanks to Dave Lee for pointing this out!

Modified:
    compiler-rt/trunk/lib/builtins/arm/comparesf2.S

Modified: compiler-rt/trunk/lib/builtins/arm/comparesf2.S
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/builtins/arm/comparesf2.S?rev=293120&r1=293119&r2=293120&view=diff
==============================================================================
--- compiler-rt/trunk/lib/builtins/arm/comparesf2.S (original)
+++ compiler-rt/trunk/lib/builtins/arm/comparesf2.S Wed Jan 25 18:37:55 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-commits mailing list