gcc/ChangeLog:
* tree-ssa-loop-unswitch.c (tree_unswitch_outer_loop): Fix
indentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231435
138bc75d-0d04-0410-961f-
82ee72b054a4
+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>
PR ipa/61886
if (dump_file && (dump_flags & TDF_DETAILS))
fprintf (dump_file, ";; Not unswitching, loop is not expected"
" to iterate\n");
- return false;
+ return false;
}
guard = find_loop_guard (loop);