blob: e1ffa7f038d4b709115a85b0eef3e94a330f8a3b [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-cddce1" } */
int main()
{
while(1)
for(int i=0; i<9000000; i++){}
}
/* { dg-final { scan-tree-dump-not "if" "cddce1" } } */