1 /* Verify that ldr is preferred on XScale for loading a 3 or 4 byte constant. */
2 /* { dg-do compile { target xscale-*-* } } */
3 /* { dg-options "-mcpu=xscale -O" } */
5 unsigned load4(void) __attribute__ ((naked
));
15 /* { dg-final { scan-assembler "ldr\[ ].*" } } */