blob: 14ce11acb8d77b1e14888ce7292c51b0b267385a [file] [log] [blame]
/* { dg-do compile } */
/* { dg-csky-options "-O1" } */
/* Test special code generation patterns for bit operators. */
int and1 (int x)
{
return x & 0xfff7ffff;
}
/* { dg-final { scan-assembler "bclri" } } */