A prototype for global.c

H.J. Lu hjl@lucon.org
Sun Jun 21 11:26:00 GMT 1998


retry_global_alloc prototype in rtl.h needs HARD_CONST defined in
hard-reg-set.h.

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

	* global.c: 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:23:44
@@ -22,10 +22,10 @@ Boston, MA 02111-1307, USA.  */
 #include "config.h"
 #include "system.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"



More information about the Gcc-patches mailing list