Re: [PATCH 2/4] Fix misleading indentation in tree-ssa-loop-unswitch.c
On 10/29/2015 10:49 AM, David Malcolm wrote: tree-ssa-loop-unswitch.c has this bad indentation at line 452: 449if (dump_file && (dump_flags & TDF_DETAILS)) 450 fprintf (dump_file, ";; Not unswitching, loop is not expected" 451 " to iterate\n");
[PATCH 2/4] Fix misleading indentation in tree-ssa-loop-unswitch.c
tree-ssa-loop-unswitch.c has this bad indentation at line 452: 449if (dump_file && (dump_flags & TDF_DETAILS)) 450 fprintf (dump_file, ";; Not unswitching, loop is not expected" 451 " to iterate\n"); 452 return false; which leads to this war