update to match latest changes
authorChris Lattner <sabre@nondot.org>
Wed, 6 Jun 2007 18:28:13 +0000 (18:28 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 6 Jun 2007 18:28:13 +0000 (18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37474 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 8d2dc2f98a87a25ea9dea42922c8df0598bc31da..1c587f88e62ebeace2e9d5d896a4303be31ee3cd 100644 (file)
@@ -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>