blob: dcf47c63fb794e6736e6005e711cd70fbd549114 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -mdejagnu-cpu=power10 -mrop-protect" } */
/* { dg-require-effective-target powerpc_elfv2 } */
/* Verify that no ROP-protect instructions are inserted when no
call is present. */
int bar ()
{
return 5;
}
/* { dg-final { scan-assembler-not {\mhashst\M} } } */
/* { dg-final { scan-assembler-not {\mhashchk\M} } } */