diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-18 13:52:45 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-18 13:52:45 +0000 |
commit | b888113c96b47eb3a3bc6662a92805920f31a117 (patch) | |
tree | cad2942391876ddb7f5f3a36b391fc71f730cdb3 /gcc/df.h | |
parent | 3f9f9860db0f045c05e21da4c18752e60884bda0 (diff) | |
download | gcc-b888113c96b47eb3a3bc6662a92805920f31a117.tar.gz |
* df-scan.c (persistent_obstack, df_invalidated_by_call): Remove.
(df_scan_start_dump, df_get_call_refs, df_hard_reg_init): Rename
df_invalidated_by_call to invalidated_by_call_regset.
* df.h (df_invalidated_by_call): Remove.
* regclass.c (regs_invalidated_by_call_regset, persistent_obstack): New
variables.
(init_reg_sets_1): Initialize regs_invalidated_by_call_regset.
(globalize_reg): Likewise.
* df-problems.c (df_rd_local_compute, df_lr_confluence_n,
df_byte_lr_alloc): Rename df_invalidated_by_call to
invalidated_by_call_regset.
* basic-block.h (regs_invalidated_by_call_regset): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142812 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/df.h')
-rw-r--r-- | gcc/df.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -762,11 +762,6 @@ struct df extern bitmap_obstack df_bitmap_obstack; -/* This is a bitmap copy of regs_invalidated_by_call so that we can - easily add it into bitmaps, etc. */ - -extern bitmap df_invalidated_by_call; - /* One of these structures is allocated for every basic block. */ struct df_scan_bb_info |