diff options
author | Jacques Pienaar <jpienaar@google.com> | 2016-08-18 22:10:06 +0000 |
---|---|---|
committer | Jacques Pienaar <jpienaar@google.com> | 2016-08-18 22:10:06 +0000 |
commit | bfa5ea0818e12e95f43197c46a05a54261fce2b6 (patch) | |
tree | 7fd19a7d0be42bea6abbff7e39ef4db6fb98b71e /llvm/docs/CompilerWriterInfo.rst | |
parent | 780b517d6be8678f7ef593fdba3e4db983cc4170 (diff) | |
download | bcm5719-llvm-bfa5ea0818e12e95f43197c46a05a54261fce2b6.tar.gz bcm5719-llvm-bfa5ea0818e12e95f43197c46a05a54261fce2b6.zip |
Fix link quotes on AArch64's CompilerWriterInfo section.
Reviewers: t.p.northover
Subscribers: t.p.northover, aemerson, rengolin
Differential Revision: https://reviews.llvm.org/D23697
llvm-svn: 279169
Diffstat (limited to 'llvm/docs/CompilerWriterInfo.rst')
-rw-r--r-- | llvm/docs/CompilerWriterInfo.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CompilerWriterInfo.rst b/llvm/docs/CompilerWriterInfo.rst index da0bee4bfbb..82be874e1b3 100644 --- a/llvm/docs/CompilerWriterInfo.rst +++ b/llvm/docs/CompilerWriterInfo.rst @@ -18,9 +18,9 @@ AArch64 & ARM * `ARMv8-A Architecture Reference Manual <http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0487a.h/index.html>`_ (authentication required, free sign-up). This document covers both AArch64 and ARM instructions -* `ARMv7-M Architecture Reference Manual` <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0403e.b/index.html>`_ (authentication required, free sign-up). This covers the Thumb2-only microcontrollers +* `ARMv7-M Architecture Reference Manual <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0403e.b/index.html>`_ (authentication required, free sign-up). This covers the Thumb2-only microcontrollers -* `ARMv6-M Architecture Reference Manual` <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0419c/index.html>_ (authentication required, free sign-up). This covers the Thumb1-only microcontrollers +* `ARMv6-M Architecture Reference Manual <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0419c/index.html>`_ (authentication required, free sign-up). This covers the Thumb1-only microcontrollers * `ARM C Language Extensions <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053c/IHI0053C_acle_2_0.pdf>`_ |