summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-06-06 18:28:13 +0000
committerChris Lattner <sabre@nondot.org>2007-06-06 18:28:13 +0000
commita18a424f985283728512691d47c3ab2dca9b6434 (patch)
treed335b36a681e912193b57685fe22195157bfe9a8 /docs
parenta1cca17d77cb1ec5a42ed79d1b86c882843cf5b7 (diff)
downloadllvm-a18a424f985283728512691d47c3ab2dca9b6434.tar.gz
llvm-a18a424f985283728512691d47c3ab2dca9b6434.tar.bz2
llvm-a18a424f985283728512691d47c3ab2dca9b6434.tar.xz
update to match latest changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37474 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 8d2dc2f98a..1c587f88e6 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1428,9 +1428,9 @@ file:</p>
<div class="doc_code">
<pre>
-%X = global i32 17
-%Y = global i32 42
-%Z = global [2 x i32*] [ i32* %X, i32* %Y ]
+@X = global i32 17
+@Y = global i32 42
+@Z = global [2 x i32*] [ i32* @X, i32* @Y ]
</pre>
</div>