Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / arm / peep-strd-1.c
blobfe1beac7229b9f5d3153028427cd211e6d7e3973
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_prefer_ldrd_strd } */
3 /* { dg-options "-O2" } */
4 void foo(int a, int b, int* p)
6 p[2] = a;
7 p[3] = b;
9 /* { dg-final { scan-assembler "strd\\t" } } */