blob: 252438d8d78bfc00720a155c607558e6cb270d22 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-skip-if "" { ! { clmcpu } } } */
/* { dg-options "-mcpu=archs -Os -w -fpic" } */
/* tst_movb split pattern is wrong for anything else than NPS
chip. */
__bswap_32___bsx() {
int a = __builtin_bswap32(__bswap_32___bsx);
if (a & 1048575)
zlog_warn();
}