blob: b61ea8eff6b3ff9e437db2bd5b1fce90f5464087 [file] [log] [blame]
/* { dg-do compile { target { riscv64*-*-* } } } */
/* { dg-options "-march=rv64gc -mabi=lp64" } */
unsigned long
sub1 (unsigned int i)
{
return i >> 1;
}
/* { dg-final { scan-assembler-times "srliw" 1 } } */