Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / ARM / stack-frame.ll
blobc3dd65a594d678bb42bd53f248cee41d46f21fd4
1 ; RUN: llvm-as < %s | llc -march=arm
2 ; RUN: llvm-as < %s | llc -march=arm | grep add | count 1
4 define void @f1() {
5         %c = alloca i8, align 1
6         ret void
9 define i32 @f2() {
10         ret i32 1