summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit00538a19310c7ba84c072c98a160e8b9c3b5a82d (patch)
treefdb40cedb8b7ad7c0cfdb64b757296789e32f4d3 /llvm
parentbe59acbfcced144c0e503df47ebaa7439fec9ee1 (diff)
downloadbcm5719-llvm-00538a19310c7ba84c072c98a160e8b9c3b5a82d.tar.gz
bcm5719-llvm-00538a19310c7ba84c072c98a160e8b9c3b5a82d.zip
update to match latest changes
llvm-svn: 37474
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 8d2dc2f98a8..1c587f88e62 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud