diff options
Diffstat (limited to 'gcc/config/epiphany')
-rw-r--r-- | gcc/config/epiphany/epiphany.c | 5 | ||||
-rw-r--r-- | gcc/config/epiphany/mode-switch-use.c | 6 | ||||
-rw-r--r-- | gcc/config/epiphany/resolve-sw-modes.c | 3 |
3 files changed, 14 insertions, 0 deletions
diff --git a/gcc/config/epiphany/epiphany.c b/gcc/config/epiphany/epiphany.c index 4460ab8..b9ef586 100644 --- a/gcc/config/epiphany/epiphany.c +++ b/gcc/config/epiphany/epiphany.c @@ -36,6 +36,11 @@ along with GCC; see the file COPYING3. If not see #include "output.h" #include "insn-attr.h" #include "flags.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "expr.h" #include "diagnostic-core.h" diff --git a/gcc/config/epiphany/mode-switch-use.c b/gcc/config/epiphany/mode-switch-use.c index 8f9c512..75c843a 100644 --- a/gcc/config/epiphany/mode-switch-use.c +++ b/gcc/config/epiphany/mode-switch-use.c @@ -24,6 +24,12 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "rtl.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "emit-rtl.h" #include "tree-pass.h" diff --git a/gcc/config/epiphany/resolve-sw-modes.c b/gcc/config/epiphany/resolve-sw-modes.c index 47c11ff..53df7b2 100644 --- a/gcc/config/epiphany/resolve-sw-modes.c +++ b/gcc/config/epiphany/resolve-sw-modes.c @@ -34,6 +34,9 @@ along with GCC; see the file COPYING3. If not see #include "insn-codes.h" #include "emit-rtl.h" #include "recog.h" +#include "hashtab.h" +#include "hash-set.h" +#include "input.h" #include "function.h" #include "insn-attr-common.h" #include "tree-pass.h" |