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 | 5090b2d3774c684f5e6f0f61362e522af2e6ea83 (patch) | |
tree | 0ba7e0db8804fb8cc718c71e00678da9642defe7 /docs/CompilerWriterInfo.rst | |
parent | 01c6de341cdd43292243b790a67d4753e40a5360 (diff) |
Update link to external document
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CompilerWriterInfo.rst')
-rw-r--r-- | docs/CompilerWriterInfo.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index e41f5f9eec..7504d3c75a 100644 --- a/docs/CompilerWriterInfo.rst +++ b/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 -------------------- |