mcf.c: Do not include tm.h, tree.h, and langhooks.h.
[gcc.git] / gcc / ChangeLog
index f0f0bfaa3c2e2dc6994783f30d5bb8c322390754..c0883035d9d67a5566e3bcedf08573cf197bdaf6 100644 (file)
@@ -1,3 +1,16 @@
+2012-07-08  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * mcf.c: Do not include tm.h, tree.h, and langhooks.h.
+       (dump_fixup_graph): Use current_function_name.
+       (adjust_cfg_counts): Likewise.
+       * ira-conflicts.c: Do not include tree.h.
+       (ira_build_conflicts): Use REG_USERVAR_P instead of DECL_ARTIFICIAL.
+
+2012-07-08  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       PR target/51244
+       * config/sh/sh.md (*branch_true_eq, *branch_false_ne, nott): New insns.
+
 2012-07-08  Steven Bosscher  <steven@gcc.gnu.org>
 
        * basic-block.h: Re-group most prototypes per file.