diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2010-06-23 14:25:33 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2010-06-23 15:25:33 +0100 |
commit | f12c802afd17c763ca914cd142504fbf7607dc76 (patch) | |
tree | 8e18fe7df0caef744f6094a5dee3becf74542b30 /gcc/dse.h | |
parent | 9b2133cd43147d8172168d193015f222d8f2fe61 (diff) | |
download | gcc-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/dse.h')
-rw-r--r-- | gcc/dse.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -23,8 +23,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_DSE_H #define GCC_DSE_H -struct df; - extern void dse_record_singleton_alias_set (alias_set_type, enum machine_mode); extern void dse_invalidate_singleton_alias_set (alias_set_type); |