blob: e25d148322eef41f8f6bd923e9319bd61b52ca6b [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-times "sh.add" 1 } } */
unsigned int
oof (int uid)
{
return (174 << 7) + uid;
}