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]

cp/method.c doesn't need hard-reg-set.h


cp/method.c includes hard-reg-set.h and then makes no use of it.

Will commit as obvious fix when test cycle completes (i386-linux).
There's no dependency update because method.c already doesn't depend
on h-r-s.h.

zw

	* method.c: Don't include hard-reg-set.h.

===================================================================
Index: cp/method.c
--- cp/method.c	2000/06/20 15:42:54	1.169
+++ cp/method.c	2000/06/20 21:40:07
@@ -31,7 +31,6 @@ Boston, MA 02111-1307, USA.  */
 #include "rtl.h"
 #include "expr.h"
 #include "output.h"
-#include "hard-reg-set.h"
 #include "flags.h"
 #include "toplev.h"
 #include "ggc.h"

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