diff options
| author | Joerg Sonnenberger <joerg@bec.de> | 2014-01-24 14:40:53 +0000 |
|---|---|---|
| committer | Joerg Sonnenberger <joerg@bec.de> | 2014-01-24 14:40:53 +0000 |
| commit | 2a10033ae7a1b4a06f8eb3897f35407556039354 (patch) | |
| tree | e9fbb9401f92dcaa2b5747082bbd6ddd13c1958c /compiler-rt/lib/i386/floatdidf.S | |
| parent | 171e9cfb0e0c41f6b73118efa445e1693a761040 (diff) | |
| download | bcm5719-llvm-2a10033ae7a1b4a06f8eb3897f35407556039354.tar.gz bcm5719-llvm-2a10033ae7a1b4a06f8eb3897f35407556039354.zip | |
Add end-of-function markers.
llvm-svn: 200006
Diffstat (limited to 'compiler-rt/lib/i386/floatdidf.S')
| -rw-r--r-- | compiler-rt/lib/i386/floatdidf.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/i386/floatdidf.S b/compiler-rt/lib/i386/floatdidf.S index a953d26cec0..493608886ca 100644 --- a/compiler-rt/lib/i386/floatdidf.S +++ b/compiler-rt/lib/i386/floatdidf.S @@ -31,5 +31,6 @@ DEFINE_COMPILERRT_FUNCTION(__floatdidf) movsd %xmm0, 4(%esp) fldl 4(%esp) ret - +END_COMPILERRT_FUNCTION(__floatdidf) + #endif // __i386__ |

