mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 15:48:38 +00:00
Add uses of the appending variable
llvm-svn: 6177
This commit is contained in:
parent
4ab75c636c
commit
72f39089ca
@ -5,3 +5,10 @@
|
||||
; RUN: link Output/%s.[12].bc | dis | grep 7 | grep 4 | grep 8
|
||||
|
||||
%X = appending global [2 x int] [int 7, int 4]
|
||||
|
||||
%Y = global int* getelementptr ([2 x int]* %X, long 0, long 0)
|
||||
|
||||
void %foo(long %V) {
|
||||
%Y = getelementptr [2 x int]* %X, long 0, long %V
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user