mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
Add back a test I accidentally removed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13835 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e1368aef23
commit
8152f5f41d
@ -8,6 +8,11 @@
|
||||
{ int, float } { int 37, float 1.2312 } ]
|
||||
%Z = constant [2 x { int, float }] zeroinitializer
|
||||
|
||||
int %test1() {
|
||||
%B = load int* %X
|
||||
ret int %B
|
||||
}
|
||||
|
||||
float %test2() {
|
||||
%A = getelementptr [2 x { int, float}]* %Y, long 0, long 1, ubyte 1
|
||||
%B = load float* %A
|
||||
|
Loading…
x
Reference in New Issue
Block a user