mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
update to match latest changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37474 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a1cca17d77
commit
a18a424f98
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user