[llvm] r351406 - [docs] Fix formatting.

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 16 16:31:36 PST 2019


Author: efriedma
Date: Wed Jan 16 16:31:35 2019
New Revision: 351406

URL: http://llvm.org/viewvc/llvm-project?rev=351406&view=rev
Log:
[docs] Fix formatting.


Modified:
    llvm/trunk/docs/CompilerWriterInfo.rst

Modified: llvm/trunk/docs/CompilerWriterInfo.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CompilerWriterInfo.rst?rev=351406&r1=351405&r2=351406&view=diff
==============================================================================
--- llvm/trunk/docs/CompilerWriterInfo.rst (original)
+++ llvm/trunk/docs/CompilerWriterInfo.rst Wed Jan 16 16:31:35 2019
@@ -26,7 +26,7 @@ AArch64 & ARM
 
 * `ARM C Language Extensions <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053c/IHI0053C_acle_2_0.pdf>`_
 
-* `ARM NEON Intrinsics Reference http://infocenter.arm.com/help/topic/com.arm.doc.ihi0073b/IHI0073B_arm_neon_intrinsics_ref.pdf>`_
+* `ARM NEON Intrinsics Reference <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0073b/IHI0073B_arm_neon_intrinsics_ref.pdf>`_
 
 * AArch32 `ABI Addenda and Errata <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0045d/IHI0045D_ABI_addenda.pdf>`_
 




More information about the llvm-commits mailing list