]> gcc.gnu.org Git - gcc.git/commitdiff
global.c: Include machmode.h amd move hard-reg-set.h before rtl.h.
authorH.J. Lu <hjl@gnu.org>
Sun, 21 Jun 1998 19:54:56 +0000 (19:54 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 21 Jun 1998 19:54:56 +0000 (13:54 -0600)
* global.c: Include machmode.h amd move hard-reg-set.h before
rtl.h.

From-SVN: r20643

gcc/ChangeLog
gcc/global.c

index 9909ac678dd15cb83e546cd4a20b7a5f096442b6..f864cb727fef54ed1074afeb23f50870f430f894 100644 (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.
index 94d1fbcc500fa4451f7623b9a145e54611dccf26..d382537bbe90c91aa94766cb876095ac8ea5a1cd 100644 (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"
This page took 0.078839 seconds and 5 git commands to generate.