summaryrefslogtreecommitdiff
path: root/test/Feature/alignment.ll
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2007-04-26 19:28:33 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2007-04-26 19:28:33 +0000
commitb7522c7a7ccc8c16b2306139d557aeebec6520da (patch)
treeb823fe4aae183faa4c9b82f6ca62bb428e7af211 /test/Feature/alignment.ll
parentfaa510726f4b40aa4495e60e4d341c6467e3fb01 (diff)
downloadllvm-b7522c7a7ccc8c16b2306139d557aeebec6520da.tar.gz
llvm-b7522c7a7ccc8c16b2306139d557aeebec6520da.tar.bz2
llvm-b7522c7a7ccc8c16b2306139d557aeebec6520da.tar.xz
An example for PR1362
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36484 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/alignment.ll')
-rw-r--r--test/Feature/alignment.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Feature/alignment.ll b/test/Feature/alignment.ll
index 871592b2ff..9277dbc8bd 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
}