1 /* For PR rtl-optimization/27735 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -funswitch-loops -fdump-tree-unswitch-details" } */
6 void xml_colorize_line(unsigned int *p
, int state
)
20 if (c
== '<' && state
== 0)
35 /* Test that we actually unswitched something. */
36 /* { dg-final { scan-tree-dump ";; Unswitching loop" "unswitch" } } */