diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2013-10-29 12:55:50 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 2013-10-29 12:55:50 +0000 |
commit | 8e9055ae62248333310395e2e9fad6f3cc9e24d7 (patch) | |
tree | a393c5521ad64921820e44de6d6aa6ac07df04a3 /gcc/rtl.h | |
parent | 1375873827fca8f264c4c429254702631c20aa63 (diff) | |
download | gcc-8e9055ae62248333310395e2e9fad6f3cc9e24d7.zip gcc-8e9055ae62248333310395e2e9fad6f3cc9e24d7.tar.gz gcc-8e9055ae62248333310395e2e9fad6f3cc9e24d7.tar.bz2 |
tree-outof-ssa.h: Remove include files.
* tree-outof-ssa.h: Remove include files.
* tree-outof-ssa.c: Add required include files from tree-outof-ssa.h.
* expr.c: Likewise.
* tree-ssa-coalesce.c: Likewise.
* cfgexpand.c: Likewise.
* tree-ssa-ter.c: Likewise.
* ipa-prop.h: Remove gimple.h and tree-core.h from include list.
* lto-streamer.h: Likewise.
* cgraphbuild.c: Add gimple.h to include list.
* data-streamer-in.c: Likewise.
* ipa-cp.c: Likewise.
* tree-streamer.c: Likewise.
* lto-compress.c: Likewise.
* ipa-reference.c: Likewise.
* data-streamer-out.c: Likewise.
* lto-cgraph.c: Likewise.
* cgraphclones.c: Likewise.
* ipa-utils.c: Likewise.
* data-streamer.c: Likewise.
* ipa-split.c: Likewise.
* lto-section-in.c: Likewise.
* tree-streamer-out.c: Likewise.
* ipa-prop.c: Likewise.
* tree-streamer-in.c: Likewise.
* symtab.c: Likewise.
* opts-global.c: Likewise.
* lto-opts.c: Likewise.
* lto-section-out.c: Likewise.
* lto-streamer.c: Likewise.
* rtl.h: Add tree-core.h to include list.
* expr.h: Remove tree-core.h from include list.
* gimple.h: Likewise.
* ipa-utils.h: Likewise.
* streamer-hooks.h: Likewise.
* streamer-hooks.c: Include input.h.
* lto/lto-object.c: Add gimple.h to include list.
* lto/lto-partition.c: Likewise.
From-SVN: r204158
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ along with GCC; see the file COPYING3. If not see #include "alias.h" #include "hashtab.h" #include "flags.h" +#include "tree-core.h" /* Value used by some passes to "recognize" noop moves as valid instructions. */ |