From: Andrew Lenharth Date: Thu, 26 Apr 2007 19:28:33 +0000 (+0000) Subject: An example for PR1362 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b7522c7a7ccc8c16b2306139d557aeebec6520da;p=oota-llvm.git An example for PR1362 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36484 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 }