diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2007-04-26 19:28:33 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2007-04-26 19:28:33 +0000 |
commit | a2f93b554dfe29f721a2eb61e4c52754a92e7f37 (patch) | |
tree | e7cd8392b9db4b9e5c0c302d3a5c674768de2a87 /llvm/test/Feature/alignment.ll | |
parent | 910c80851e87fba9f17d26a749c3491da0030779 (diff) | |
download | bcm5719-llvm-a2f93b554dfe29f721a2eb61e4c52754a92e7f37.tar.gz bcm5719-llvm-a2f93b554dfe29f721a2eb61e4c52754a92e7f37.zip |
An example for PR1362
llvm-svn: 36484
Diffstat (limited to 'llvm/test/Feature/alignment.ll')
-rw-r--r-- | llvm/test/Feature/alignment.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Feature/alignment.ll b/llvm/test/Feature/alignment.ll index 871592b2ff3..9277dbc8bd6 100644 --- a/llvm/test/Feature/alignment.ll +++ b/llvm/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 } |