Update link for the SysV x86_64 ABI standard doc; x86-64.org has

been down for months and is likely no longer supported.  This was
the most stable-looking link I could find for the current (0.99.6) 
version of the ABI doc.  

llvm-svn: 187087
This commit is contained in:
Jason Molenda 2013-07-24 23:25:27 +00:00
parent d1d116aa89
commit 32359897ce
1 changed files with 1 additions and 1 deletions

View File

@ -1188,7 +1188,7 @@ ABISysV_x86_64::RegisterIsVolatile (const RegisterInfo *reg_info)
// "AMD64 Architecture Processor Supplement" // "AMD64 Architecture Processor Supplement"
// (or "x86-64(tm) Architecture Processor Supplement" in earlier revisions) // (or "x86-64(tm) Architecture Processor Supplement" in earlier revisions)
// Edited by Michael Matz, Jan Hubicka, Andreas Jaeger, and Mark Mitchell // Edited by Michael Matz, Jan Hubicka, Andreas Jaeger, and Mark Mitchell
// current version is 0.99.6 released 2012-05-15 at http://x86-64.org/documentation/abi.pdf // current version is 0.99.6 released 2012-07-02 at http://refspecs.linuxfoundation.org/elf/x86-64-abi-0.99.pdf
bool bool
ABISysV_x86_64::RegisterIsCalleeSaved (const RegisterInfo *reg_info) ABISysV_x86_64::RegisterIsCalleeSaved (const RegisterInfo *reg_info)