]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/rl78/rl78.c (move_elim_pass): Use TDF_NONE rather than
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Jun 2018 14:45:52 +0000 (14:45 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Jun 2018 14:45:52 +0000 (14:45 +0000)
        integer 0 for argument to print_rtl_with_bb.
        (rl78_reorg): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@261552 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rl78/rl78.c

index 5b15216cdd518edb46f50cf0115c52659c003c5a..e74509fa3f93a04dd57919e9514e48d6985636db 100644 (file)
@@ -1,3 +1,9 @@
+2018-06-13  Jeff Law  <law@redhat.com>
+
+       * config/rl78/rl78.c (move_elim_pass): Use TDF_NONE rather than
+       integer 0 for argument to print_rtl_with_bb.
+       (rl78_reorg): Likewise.
 2018-06-13  David Malcolm  <dmalcolm@redhat.com>
 
        * config/arc/arc.c (hwloop_optimize): Strengthen local "end_label"
index 8346c9c31e05cb960ad62f2c7b5b9a3bc7ed4bf4..03c78fc7549f2e712b0bc79d4a94497a5051f9b8 100644 (file)
@@ -228,7 +228,7 @@ move_elim_pass (void)
     }
 
   if (dump_file)
-    print_rtl_with_bb (dump_file, get_insns (), 0);
+    print_rtl_with_bb (dump_file, get_insns (), TDF_NONE);
 
   return 0;
 }
@@ -4317,7 +4317,7 @@ rl78_reorg (void)
   if (dump_file)
     {
       fprintf (dump_file, "\n================DEVIRT:=AFTER=ALLOC=PHYSICAL=REGISTERS================\n");
-      print_rtl_with_bb (dump_file, get_insns (), 0);
+      print_rtl_with_bb (dump_file, get_insns (), TDF_NONE);
     }
 
   rl78_propogate_register_origins ();
@@ -4326,7 +4326,7 @@ rl78_reorg (void)
   if (dump_file)
     {
       fprintf (dump_file, "\n================DEVIRT:=AFTER=PROPOGATION=============================\n");
-      print_rtl_with_bb (dump_file, get_insns (), 0);
+      print_rtl_with_bb (dump_file, get_insns (), TDF_NONE);
       fprintf (dump_file, "\n======================================================================\n");
     }