diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-09-23 07:07:39 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-09-23 07:07:39 -0600 |
commit | 8b0212ca2a52a22c6e81133dfca16be7985917c6 (patch) | |
tree | ec5abe1872bd6059f23f59b6abdced5aac36a269 /gcc/regclass.c | |
parent | aa388f29a30a2fa98275479ee44b9448786f62ed (diff) | |
download | gcc-8b0212ca2a52a22c6e81133dfca16be7985917c6.zip gcc-8b0212ca2a52a22c6e81133dfca16be7985917c6.tar.gz gcc-8b0212ca2a52a22c6e81133dfca16be7985917c6.tar.bz2 |
regclass.c: Include ggc.h.
* regclass.c: Include ggc.h.
* Makefile.in (regclass.o): Add ggc.h to dependency list.
From-SVN: r29615
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r-- | gcc/regclass.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c index a3672c4..8f0829c 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.c @@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */ #include "real.h" #include "toplev.h" #include "output.h" +#include "ggc.h" #ifndef REGISTER_MOVE_COST #define REGISTER_MOVE_COST(x, y) 2 |