projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faa5107
)
An example for PR1362
author
Andrew Lenharth
<andrewl@lenharth.org>
Thu, 26 Apr 2007 19:28:33 +0000
(19:28 +0000)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/test/Feature/alignment.ll
b/test/Feature/alignment.ll
index 871592b2ff32fe0835a9dfe7efd7cf20dec16d39..9277dbc8bd688b9be9cba280fead80cd38808e1c 100644
(file)
--- 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
}