diff options
Diffstat (limited to 'gcc/regrename.c')
-rw-r--r-- | gcc/regrename.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/regrename.c b/gcc/regrename.c index 9594789..7b9ca45 100644 --- a/gcc/regrename.c +++ b/gcc/regrename.c @@ -30,6 +30,11 @@ #include "basic-block.h" #include "reload.h" #include "output.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "recog.h" #include "flags.h" |