aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mep
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2010-06-23 14:25:33 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2010-06-23 15:25:33 +0100
commitf12c802afd17c763ca914cd142504fbf7607dc76 (patch)
tree8e18fe7df0caef744f6094a5dee3becf74542b30 /gcc/config/mep
parent9b2133cd43147d8172168d193015f222d8f2fe61 (diff)
downloadgcc-f12c802afd17c763ca914cd142504fbf7607dc76.zip
gcc-f12c802afd17c763ca914cd142504fbf7607dc76.tar.gz
gcc-f12c802afd17c763ca914cd142504fbf7607dc76.tar.bz2
re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 hard to debug)
PR other/44644 * df-core.c (struct df): Rename to df_d. * df.h (struct df): Likewise. * dse.h (struct df): Remove forward declaration. * recog.h (struct insn_data): Rename to: (struct_insn_data_d). Adjusted all users. From-SVN: r161281
Diffstat (limited to 'gcc/config/mep')
-rw-r--r--gcc/config/mep/mep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mep/mep.c b/gcc/config/mep/mep.c
index 4d5e682..9e23e45 100644
--- a/gcc/config/mep/mep.c
+++ b/gcc/config/mep/mep.c
@@ -6329,7 +6329,7 @@ mep_expand_builtin (tree exp, rtx target ATTRIBUTE_UNUSED,
unsigned int n_args;
tree fnname;
const struct cgen_insn *cgen_insn;
- const struct insn_data *idata;
+ const struct insn_data_d *idata;
unsigned int first_arg = 0;
tree return_type = void_type_node;
unsigned int builtin_n_args;
@@ -7209,7 +7209,7 @@ bool
mep_emit_intrinsic (int intrinsic, const rtx *operands)
{
const struct cgen_insn *cgen_insn;
- const struct insn_data *idata;
+ const struct insn_data_d *idata;
rtx newop[10];
int i;