This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A revised patch for global.c


Here is a revised patch for global.c since hard-reg-set.h needs
machmode.h.


-- 
H.J. Lu (hjl@gnu.org)
---
Sun Jun 21 09:53:28 1998  H.J. Lu  (hjl@gnu.org)

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

Index: global.c
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/global.c,v
retrieving revision 1.1.1.9
diff -u -p -r1.1.1.9 global.c
--- global.c	1998/06/20 15:21:38	1.1.1.9
+++ global.c	1998/06/21 18:31:05
@@ -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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]