diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2015-06-25 16:27:12 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 2015-06-25 16:27:12 +0000 |
commit | eee335102e36d60367366895729a48b1a24fb23c (patch) | |
tree | 0f8cc4a758ef15235687b6a9e7e151d2b21786d9 /gcc/rtl.h | |
parent | 62f9079a9372e04d7610098c57e7c320d922459b (diff) | |
download | gcc-eee335102e36d60367366895729a48b1a24fb23c.zip gcc-eee335102e36d60367366895729a48b1a24fb23c.tar.gz gcc-eee335102e36d60367366895729a48b1a24fb23c.tar.bz2 |
alias.h (alias_set_type): Move typedef.
2015-06-25 Andrew Macleod <amacleod@redhat.com>
* alias.h (alias_set_type): Move typedef.
* coretypes.h (alias_set_type): Relocate typedef here.
* rtl.h: Don't include alias.h.
* jit/jit-common.h: Likewise
From-SVN: r224948
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ along with GCC; see the file COPYING3. If not see #include "is-a.h" #endif /* GENERATOR_FILE */ -#include "alias.h" #include "flags.h" /* Value used by some passes to "recognize" noop moves as valid |