1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

An example for PR1362

llvm-svn: 36484
This commit is contained in:
Andrew Lenharth 2007-04-26 19:28:33 +00:00
parent eff332e3e1
commit 359af9d3d1

View File

@ -15,5 +15,6 @@ int *%test2() {
%X = malloc int, align 4
%Y = malloc int, uint 42, align 16
%Z = malloc int, align 0
%T = malloc int, align 256
ret int *%X
}