summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-07-13 20:01:46 +0000
committerChris Lattner <sabre@nondot.org>2007-07-13 20:01:46 +0000
commit0a2d0997929dd0ff5a53488ad8fcd9a604a04890 (patch)
treef4118a80600193a133206573294514f9177b8148
parent9c9ef2143211c4282d9ff88c7ffc6c879159e053 (diff)
downloadbcm5719-llvm-0a2d0997929dd0ff5a53488ad8fcd9a604a04890.tar.gz
bcm5719-llvm-0a2d0997929dd0ff5a53488ad8fcd9a604a04890.zip
fix some bugs in the manual
llvm-svn: 39822
-rw-r--r--llvm/docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 66dd9ca4b34..a94b6d1cadd 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -667,7 +667,7 @@ a power of 2.</p>
<div class="doc_code">
<pre>
-%G = constant float 1.0, section "foo", align 4
+@G = constant float 1.0, section "foo", align 4
</pre>
</div>
@@ -1382,7 +1382,7 @@ and smaller aggregate constants.</p>
<dd>Structure constants are represented with notation similar to structure
type definitions (a comma separated list of elements, surrounded by braces
(<tt>{}</tt>)). For example: "<tt>{ i32 4, float 17.0, i32* %G }</tt>",
- where "<tt>%G</tt>" is declared as "<tt>%G = external global i32</tt>". Structure constants
+ where "<tt>%G</tt>" is declared as "<tt>@G = external global i32</tt>". Structure constants
must have <a href="#t_struct">structure type</a>, and the number and
types of elements must match those specified by the type.
</dd>
OpenPOWER on IntegriCloud