blob: 09decc38c2c3c4656836ad73a2078702c4879df4 [file] [log] [blame]
/* PR rtl-optimization/94740 */
/* { dg-do compile } */
/* { dg-require-effective-target power10_ok } */
/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
int array[8];
int
foo (void)
{
return __builtin_bswap32 (array[1]);
}