Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=c | grep {packed} |
Lauro Ramos Venancio | a126bb7 | 2007-07-11 19:56:53 +0000 | [diff] [blame] | 2 | |
3 | %struct.p = type <{ i16 }> | ||||
4 | |||||
5 | define i32 @main() { | ||||
6 | entry: | ||||
7 | %t = alloca %struct.p, align 2 | ||||
8 | ret i32 5 | ||||
9 | } |