]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix misleading indentation in tree-ssa-loop-unswitch.c
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Dec 2015 00:44:14 +0000 (00:44 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Dec 2015 00:44:14 +0000 (00:44 +0000)
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

gcc/ChangeLog
gcc/tree-ssa-loop-unswitch.c

index 4ee6a3258706bb4886640b2435ca30b2fa1e424b..15685a91a62b9ae38e5d4e4c3ed3c8a44b641651 100644 (file)
@@ -1,3 +1,8 @@
+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
index 65e06cccd5fdc417fef91cb20a5538e150ba3eea..c340bcb2c041b8c0ae7f50e584e059221d6b0c1e 100644 (file)
@@ -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);