diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2015-07-10 13:22:45 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 2015-07-10 13:22:45 +0000 |
commit | 2f40fae2d9bc3e3aeee081c4793492cc0a4b8b05 (patch) | |
tree | bc34758ae40c35903654a4bd95e5702b196c1478 /gcc/config/tilegx | |
parent | a5ab3831b6eddfd635542c257e83c3395ca2f0b7 (diff) | |
download | gcc-2f40fae2d9bc3e3aeee081c4793492cc0a4b8b05.tar.gz |
gen-mul-tables.cc (main): Change include list for generated files.
2015-07-10 Andrew MacLeod <amacleod@redhat.com>
* config/tilepro/gen-mul-tables.cc (main): Change include list for
generated files.
* config/tilepro/mul-tables.c: Regenerate.
* config/tilegx/mul-tables.c: Regenerate.
From-SVN: r225675
Diffstat (limited to 'gcc/config/tilegx')
-rw-r--r-- | gcc/config/tilegx/mul-tables.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/gcc/config/tilegx/mul-tables.c b/gcc/config/tilegx/mul-tables.c index aca99e77c73..effdad73113 100644 --- a/gcc/config/tilegx/mul-tables.c +++ b/gcc/config/tilegx/mul-tables.c @@ -24,23 +24,11 @@ #include "config.h" #include "system.h" #include "coretypes.h" +#include "backend.h" #include "tree.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" -#include "machmode.h" -#include "tm.h" #include "rtl.h" -#include "input.h" -#include "function.h" #include "flags.h" -#include "statistics.h" -#include "double-int.h" -#include "real.h" -#include "fixed-value.h" #include "alias.h" -#include "wide-int.h" -#include "inchash.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |