diff options
author | Jean-Daniel Dupas <devlists@shadowlab.org> | 2012-11-12 23:43:34 +0000 |
---|---|---|
committer | Jean-Daniel Dupas <devlists@shadowlab.org> | 2012-11-12 23:43:34 +0000 |
commit | 84705096b2e37448cc97ae8cdfb30129f2ba69f0 (patch) | |
tree | ce96e2913d04745fc8a716c8cb50a7d5901eecdc /llvm/docs/CompilerWriterInfo.rst | |
parent | 6ec9c3cbc1b598aabf6debbfcae5f9fe5dab53ec (diff) | |
download | bcm5719-llvm-84705096b2e37448cc97ae8cdfb30129f2ba69f0.tar.gz bcm5719-llvm-84705096b2e37448cc97ae8cdfb30129f2ba69f0.zip |
Update link to external document
llvm-svn: 167781
Diffstat (limited to 'llvm/docs/CompilerWriterInfo.rst')
-rw-r--r-- | llvm/docs/CompilerWriterInfo.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CompilerWriterInfo.rst b/llvm/docs/CompilerWriterInfo.rst index e41f5f9eece..7504d3c75a8 100644 --- a/llvm/docs/CompilerWriterInfo.rst +++ b/llvm/docs/CompilerWriterInfo.rst @@ -87,7 +87,7 @@ Intel - Official manuals and docs Other x86-specific information ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -* `Calling conventions for different C++ compilers and operating systems <http://www.agner.org/assem/calling_conventions.pdf>`_ +* `Calling conventions for different C++ compilers and operating systems <http://www.agner.org/optimize/calling_conventions.pdf>`_ Other relevant lists -------------------- |