blob: c0ff920eea9acf4c144d606803820a19a6d8cce5 [file] [log] [blame]
/* PR target/46088 */
/* { dg-do compile } */
/* { dg-options "-Os -fnon-call-exceptions -fpeel-loops" } */
extern void bar (void);
void
foo (int i)
{
if (i >> 3)
bar ();
}