diff options
-rw-r--r-- | test/Feature/alignment.ll | 1 |
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 } |