aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2015-06-25 16:27:12 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2015-06-25 16:27:12 +0000
commiteee335102e36d60367366895729a48b1a24fb23c (patch)
tree0f8cc4a758ef15235687b6a9e7e151d2b21786d9 /gcc/jit
parent62f9079a9372e04d7610098c57e7c320d922459b (diff)
downloadgcc-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/jit')
-rw-r--r--gcc/jit/jit-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/jit/jit-common.h b/gcc/jit/jit-common.h
index 5a8a56d..e5e1a1e 100644
--- a/gcc/jit/jit-common.h
+++ b/gcc/jit/jit-common.h
@@ -24,7 +24,6 @@ along with GCC; see the file COPYING3. If not see
#include "libgccjit.h"
#include "vec.h"
-#include "alias.h"
#include "flags.h"
#include "symtab.h"
#include "inchash.h"