From 219ef811ca74b84771d5a6e33ffa58eb5a9c6e4c 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. llvm-svn: 182939 --- llvm/docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index e07d8fe8dba1..fe4b957989de 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/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: