An example for PR1362
authorAndrew Lenharth <andrewl@lenharth.org>
Thu, 26 Apr 2007 19:28:33 +0000 (19:28 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Thu, 26 Apr 2007 19:28:33 +0000 (19:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36484 91177308-0d34-0410-b5e6-96231b3b80d8

test/Feature/alignment.ll

index 871592b2ff32fe0835a9dfe7efd7cf20dec16d39..9277dbc8bd688b9be9cba280fead80cd38808e1c 100644 (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
 }