summaryrefslogtreecommitdiff
path: root/lib/arm/fixunssfsivfp.S
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2014-01-24 14:33:42 +0000
committerJoerg Sonnenberger <joerg@bec.de>2014-01-24 14:33:42 +0000
commit7a46a761d72357c283b19c94780270b9be9c7b15 (patch)
tree68268a187208da1860aade5784fd4c9082a59d46 /lib/arm/fixunssfsivfp.S
parentf7681d22fef1252177d55f107e35159cc60529ba (diff)
Mechanically add end-of-function markers.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@200005 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/arm/fixunssfsivfp.S')
-rw-r--r--lib/arm/fixunssfsivfp.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arm/fixunssfsivfp.S b/lib/arm/fixunssfsivfp.S
index 12adb529a..f12dff61a 100644
--- a/lib/arm/fixunssfsivfp.S
+++ b/lib/arm/fixunssfsivfp.S
@@ -24,3 +24,4 @@ DEFINE_COMPILERRT_FUNCTION(__fixunssfsivfp)
vcvt.u32.f32 s15, s15 // convert single to 32-bit unsigned into s15
vmov r0, s15 // move s15 to result register
bx lr
+END_COMPILERRT_FUNCTION(__fixunssfsivfp)