diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-22 17:47:47 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-22 17:47:47 +0000 |
commit | af13c2782357c8ae13ba4608ede2640f46f36b74 (patch) | |
tree | 2e8bb0287ec9921b9ed7aa6e54c57396dec983a6 /gcc/cselib.h | |
parent | e3190d3de3ceeae84cdcf0b11e93198f50ab9a72 (diff) | |
download | gcc-af13c2782357c8ae13ba4608ede2640f46f36b74.tar.gz |
* cselib.h (struct elt_loc_list): Remove canon_loc field.
* cselib.c (new_elt_loc_list): Remove canon_loc initialization.
(cselib_invalidate_mem): Remove all canon_loc and canon_x
traces.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81037 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cselib.h')
-rw-r--r-- | gcc/cselib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cselib.h b/gcc/cselib.h index 1efbaa7b224..b529060dcd6 100644 --- a/gcc/cselib.h +++ b/gcc/cselib.h @@ -49,7 +49,6 @@ struct elt_loc_list GTY(()) struct elt_loc_list *next; /* An rtl expression that holds the value. */ rtx loc; - rtx canon_loc; /* The insn that made the equivalence. */ rtx setting_insn; /* True when setting insn is inside libcall. */ |