[committed] Fix previously latent bug in reorg affecting cris port
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / prefix-pcrel-usi.c
blob5948f8254c3e1985f74f6a5edad74c1a3631c40f
1 /* { dg-do compile } */
2 /* { dg-require-effective-target powerpc_pcrel } */
3 /* { dg-options "-O2 -mdejagnu-cpu=power10" } */
5 /* Tests whether pc-relative prefixed instructions are generated for the
6 unsigned int type. */
8 #define TYPE unsigned int
10 #include "prefix-pcrel.h"
12 /* { dg-final { scan-assembler-times {\mplwz\M} 2 } } */
13 /* { dg-final { scan-assembler-times {\mpstw\M} 2 } } */