aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gnu.org>1998-06-21 19:54:56 +0000
committerJeff Law <law@gcc.gnu.org>1998-06-21 13:54:56 -0600
commitf6781658f59b5c3dc72cd49ee3cfe54b22991987 (patch)
tree94b1ccaaa34769fc471278d80141d5666c6b2a3c /gcc
parentcc4fe0e2a4b6d7ac6a8e29c24fbf6e205a4d846a (diff)
downloadgcc-f6781658f59b5c3dc72cd49ee3cfe54b22991987.zip
gcc-f6781658f59b5c3dc72cd49ee3cfe54b22991987.tar.gz
gcc-f6781658f59b5c3dc72cd49ee3cfe54b22991987.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/global.c3
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9909ac6..f864cb7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/global.c b/gcc/global.c
index 94d1fbc..d382537 100644
--- a/gcc/global.c
+++ b/gcc/global.c
@@ -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"