diff options
| author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-04 23:52:51 +0000 |
|---|---|---|
| committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-04 23:52:51 +0000 |
| commit | 8f40ca3b8faab4c04e3f91ab654a2a9efe96cffc (patch) | |
| tree | dab1155c4dae72425b4514932f850d34fecc5fce /compiler-rt/lib/i386/floatdixf.S | |
| parent | f05d57283e70e228ee619c63973114dd8bd26371 (diff) | |
| download | bcm5719-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.S | 2 |
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__ |

