Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / FrontendC / 2008-01-11-ChainConsistency.c
blob13e48a34ac52de3897e6ea37cdfbc0bec6f77fd2
1 // RUN: %llvmgcc -S %s -o - -fnested-functions | not grep nest
3 void n1(void) { void a(void) { a(); } a(); }