diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-13 20:02:11 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-13 20:02:11 +0000 |
commit | dcd3a70297eff3953757623e28fde62ba72b1706 (patch) | |
tree | 950804e568ba1fb2cb628d2e81f2e0379371bc86 /docs | |
parent | 08f2d9379c486a0e4b950e476913ee97b38ec333 (diff) | |
download | llvm-dcd3a70297eff3953757623e28fde62ba72b1706.tar.gz |
Documentation: CompilerWriterInfo.rst: update link to Intel documentation
Replaces old Pentium 4 documentation link with generic current documentation link.
Patch by Kevin Schoedel.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170144 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 7504d3c75a8d..f21491994fe1 100644 --- a/docs/CompilerWriterInfo.rst +++ b/docs/CompilerWriterInfo.rst @@ -81,7 +81,7 @@ AMD - Official manuals and docs Intel - Official manuals and docs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -* `IA-32 manuals <http://developer.intel.com/design/pentium4/manuals/index_new.htm>`_ +* `Intel 64 and IA-32 manuals <http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html>`_ * `Intel Itanium documentation <http://www.intel.com/design/itanium/documentation.htm?iid=ipp_srvr_proc_itanium2+techdocs>`_ Other x86-specific information |