summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/i386/floatdixf.S
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-04 23:52:51 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-04 23:52:51 +0000
commit8f40ca3b8faab4c04e3f91ab654a2a9efe96cffc (patch)
treedab1155c4dae72425b4514932f850d34fecc5fce /compiler-rt/lib/i386/floatdixf.S
parentf05d57283e70e228ee619c63973114dd8bd26371 (diff)
downloadbcm5719-llvm-8f40ca3b8faab4c04e3f91ab654a2a9efe96cffc.tar.gz
bcm5719-llvm-8f40ca3b8faab4c04e3f91ab654a2a9efe96cffc.zip
Fix x86/x64 on Linux, Credit to Rafael Espindola.
llvm-svn: 86075
Diffstat (limited to 'compiler-rt/lib/i386/floatdixf.S')
-rw-r--r--compiler-rt/lib/i386/floatdixf.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/i386/floatdixf.S b/compiler-rt/lib/i386/floatdixf.S
index 10f900e289d..f0271abcbdc 100644
--- a/compiler-rt/lib/i386/floatdixf.S
+++ b/compiler-rt/lib/i386/floatdixf.S
@@ -26,4 +26,4 @@ DEFINE_COMPILERRT_FUNCTION(__floatdixf)
fildll 4(%esp)
ret
-#endif // __i386__ \ No newline at end of file
+#endif // __i386__
OpenPOWER on IntegriCloud