mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 02:42:58 +00:00
Add uses of the appending variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6177 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d450a0a4f1
commit
c49b27a7df
@ -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…
x
Reference in New Issue
Block a user