Teach ScalarEvolution how to reason about no-wrap flags on loops
[llvm/avr.git] / test / CodeGen / CBackend / 2007-07-11-PackedStruct.ll
blobc8bfdd6bcfc6903fe01751d19027b86e0d62f946
1 ; RUN: llc < %s -march=c | grep {packed}
3         %struct.p = type <{ i16 }>
5 define i32 @main() {
6 entry:
7         %t = alloca %struct.p, align 2
8         ret i32 5