Commit 0581d86f by David Malcolm Committed by David Malcolm

Fix misleading indentation in tree-ssa-loop-unswitch.c

gcc/ChangeLog:
	* tree-ssa-loop-unswitch.c (tree_unswitch_outer_loop): Fix
	indentation.

From-SVN: r231435
parent a132ffbd
2015-12-08 David Malcolm <dmalcolm@redhat.com>
* tree-ssa-loop-unswitch.c (tree_unswitch_outer_loop): Fix
indentation.
2015-12-08 Jan Hubicka <hubicka@ucw.cz> 2015-12-08 Jan Hubicka <hubicka@ucw.cz>
PR ipa/61886 PR ipa/61886
...@@ -444,7 +444,7 @@ tree_unswitch_outer_loop (struct loop *loop) ...@@ -444,7 +444,7 @@ tree_unswitch_outer_loop (struct loop *loop)
if (dump_file && (dump_flags & TDF_DETAILS)) if (dump_file && (dump_flags & TDF_DETAILS))
fprintf (dump_file, ";; Not unswitching, loop is not expected" fprintf (dump_file, ";; Not unswitching, loop is not expected"
" to iterate\n"); " to iterate\n");
return false; return false;
} }
guard = find_loop_guard (loop); guard = find_loop_guard (loop);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment