From: dmalcolm Date: Wed, 9 Dec 2015 00:44:14 +0000 (+0000) Subject: Fix misleading indentation in tree-ssa-loop-unswitch.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=161765ffee4d57b3602ae6ec279206bc7a984451;p=thirdparty%2Fgcc.git Fix misleading indentation in tree-ssa-loop-unswitch.c 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4ee6a3258706..15685a91a62b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-12-08 David Malcolm + + * tree-ssa-loop-unswitch.c (tree_unswitch_outer_loop): Fix + indentation. + 2015-12-08 Jan Hubicka PR ipa/61886 diff --git a/gcc/tree-ssa-loop-unswitch.c b/gcc/tree-ssa-loop-unswitch.c index 65e06cccd5fd..c340bcb2c041 100644 --- a/gcc/tree-ssa-loop-unswitch.c +++ b/gcc/tree-ssa-loop-unswitch.c @@ -444,7 +444,7 @@ tree_unswitch_outer_loop (struct loop *loop) 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);