Fix misleading indentation in tree-ssa-loop-unswitch.c
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 9 Dec 2015 00:44:14 +0000 (00:44 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Wed, 9 Dec 2015 00:44:14 +0000 (00:44 +0000)
gcc/ChangeLog:
* tree-ssa-loop-unswitch.c (tree_unswitch_outer_loop): Fix
indentation.

From-SVN: r231435

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);