OSDN Git Service

PR middle-end/29274
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / arm / pr40482.c
1 /* { dg-options "-mthumb -Os" }  */
2 /* { dg-final { scan-assembler-not "ldr" } } */
3
4 unsigned int foo (unsigned int i )
5 {
6   return i | 0xff000000;
7 }