Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / FrontendC / 2002-09-08-PointerShifts.c
blobcc7e91a7f9a8c8bc6c8a725f21f53d57b35ba92a
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
4 int foo(int *A, unsigned X) {
5 return A[X];