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
This commit is contained in:
H.J. Lu 1998-06-21 19:54:56 +00:00 committed by Jeff Law
parent cc4fe0e2a4
commit f6781658f5
2 changed files with 5 additions and 1 deletions

View file

@ -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)
* global.c: Include machmode.h amd move hard-reg-set.h before
rtl.h.
* haifa-sched.c (insn_issue_delay, birthing_insn_p,
adjust_priority, print_insn_chaino): New declaration.
(schedule_insns): Remove declaration.

View file

@ -22,10 +22,11 @@ Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
#include "machmode.h"
#include "hard-reg-set.h"
#include "rtl.h"
#include "flags.h"
#include "basic-block.h"
#include "hard-reg-set.h"
#include "regs.h"
#include "insn-config.h"
#include "output.h"