blob: c8bfdd6bcfc6903fe01751d19027b86e0d62f946 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=c | grep {packed}
Lauro Ramos Venancioa126bb72007-07-11 19:56:53 +00002
3 %struct.p = type <{ i16 }>
4
5define i32 @main() {
6entry:
7 %t = alloca %struct.p, align 2
8 ret i32 5
9}