update to match latest changes

llvm-svn: 37474
This commit is contained in:
Chris Lattner 2007-06-06 18:28:13 +00:00
parent be59acbfcc
commit 00538a1931
1 changed files with 3 additions and 3 deletions

View 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>