Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / FrontendC++ / 2003-09-30-ForIncrementExprBug.cpp
blob40c9c87ae1e093be9de5c1e44a1caca82af84df3
1 // RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
3 struct C {};
5 C &foo();
7 void foox() {
8 for (; ; foo());