From 26266a1ecedaa6a965c1171cea73c447656611b6 Mon Sep 17 00:00:00 2001 From: Paul Redmond Date: Thu, 30 May 2013 17:24:32 +0000 Subject: [PATCH] Fix warning and resulting formatting issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182939 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index e07d8fe8dba..fe4b957989d 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -2911,7 +2911,7 @@ The '``llvm.used``' Global Variable ----------------------------------- The ``@llvm.used`` global is an array which has - :ref:`appending linkage `. This array contains a list of +:ref:`appending linkage `. This array contains a list of pointers to global variables, functions and aliases which may optionally have a pointer cast formed of bitcast or getelementptr. For example, a legal use of it is: