mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
An example for PR1362
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36484 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
faa510726f
commit
b7522c7a7c
@ -15,5 +15,6 @@ int *%test2() {
|
|||||||
%X = malloc int, align 4
|
%X = malloc int, align 4
|
||||||
%Y = malloc int, uint 42, align 16
|
%Y = malloc int, uint 42, align 16
|
||||||
%Z = malloc int, align 0
|
%Z = malloc int, align 0
|
||||||
|
%T = malloc int, align 256
|
||||||
ret int *%X
|
ret int *%X
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user