mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-31 18:00:31 +08:00
visium.c: Add includes hashtab.h...
2015-01-12 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> * config/visium/visium.c: Add includes hashtab.h, hash-set.h, machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h, fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h, fold-const.h, tree-check.h. From-SVN: r219454
This commit is contained in:
parent
208e5afa4b
commit
76478bf94b
@ -1,3 +1,10 @@
|
||||
2015-01-12 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
|
||||
|
||||
* config/visium/visium.c: Add includes hashtab.h, hash-set.h,
|
||||
machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
|
||||
fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
|
||||
fold-const.h, tree-check.h.
|
||||
|
||||
2015-01-12 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
PR ipa/63967
|
||||
|
@ -22,6 +22,23 @@
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "statistics.h"
|
||||
#include "vec.h"
|
||||
#include "double-int.h"
|
||||
#include "real.h"
|
||||
#include "fixed-value.h"
|
||||
#include "alias.h"
|
||||
#include "flags.h"
|
||||
#include "symtab.h"
|
||||
#include "tree-core.h"
|
||||
#include "wide-int.h"
|
||||
#include "inchash.h"
|
||||
#include "fold-const.h"
|
||||
#include "tree-check.h"
|
||||
#include "tree.h"
|
||||
#include "stringpool.h"
|
||||
#include "stor-layout.h"
|
||||
@ -34,7 +51,6 @@
|
||||
#include "conditions.h"
|
||||
#include "output.h"
|
||||
#include "insn-attr.h"
|
||||
#include "flags.h"
|
||||
#include "expr.h"
|
||||
#include "function.h"
|
||||
#include "recog.h"
|
||||
|
Loading…
Reference in New Issue
Block a user