Commit f6781658 by H.J. Lu Committed by Jeff Law

global.c: Include machmode.h amd move hard-reg-set.h before rtl.h.

	* global.c: Include machmode.h amd move hard-reg-set.h before
	rtl.h.

From-SVN: r20643
parent cc4fe0e2
...@@ -6,6 +6,9 @@ Sun Jun 21 18:56:44 1998 Jeffrey A Law (law@cygnus.com) ...@@ -6,6 +6,9 @@ Sun Jun 21 18:56:44 1998 Jeffrey A Law (law@cygnus.com)
Sun Jun 21 18:30:13 1998 H.J. Lu (hjl@gnu.org) Sun Jun 21 18:30:13 1998 H.J. Lu (hjl@gnu.org)
* global.c: Include machmode.h amd move hard-reg-set.h before
rtl.h.
* haifa-sched.c (insn_issue_delay, birthing_insn_p, * haifa-sched.c (insn_issue_delay, birthing_insn_p,
adjust_priority, print_insn_chaino): New declaration. adjust_priority, print_insn_chaino): New declaration.
(schedule_insns): Remove declaration. (schedule_insns): Remove declaration.
......
...@@ -22,10 +22,11 @@ Boston, MA 02111-1307, USA. */ ...@@ -22,10 +22,11 @@ Boston, MA 02111-1307, USA. */
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
#include "machmode.h"
#include "hard-reg-set.h"
#include "rtl.h" #include "rtl.h"
#include "flags.h" #include "flags.h"
#include "basic-block.h" #include "basic-block.h"
#include "hard-reg-set.h"
#include "regs.h" #include "regs.h"
#include "insn-config.h" #include "insn-config.h"
#include "output.h" #include "output.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment