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 prototype for global.c


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"


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