commit | 00538a19310c7ba84c072c98a160e8b9c3b5a82d | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jun 06 18:28:13 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jun 06 18:28:13 2007 +0000 |
tree | fdb40cedb8b7ad7c0cfdb64b757296789e32f4d3 | |
parent | be59acbfcced144c0e503df47ebaa7439fec9ee1 [diff] [blame] |
update to match latest changes llvm-svn: 37474
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 8d2dc2f..1c587f8 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html
@@ -1428,9 +1428,9 @@ <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>