From b7522c7a7ccc8c16b2306139d557aeebec6520da Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Thu, 26 Apr 2007 19:28:33 +0000 Subject: [PATCH] An example for PR1362 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36484 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/alignment.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Feature/alignment.ll b/test/Feature/alignment.ll index 871592b2ff3..9277dbc8bd6 100644 --- a/test/Feature/alignment.ll +++ b/test/Feature/alignment.ll @@ -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 }