Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / FrontendC / 2003-11-16-StaticArrayInit.c
blob2b42e38dc9ae57802bd73e7649e6ad812546f61b
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
3 void bar () {
4 static char x[10];
5 static char *xend = x + 10;