aboutsummaryrefslogtreecommitdiff
path: root/gcc/cselib.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-04-22 19:47:47 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2004-04-22 19:47:47 +0200
commitfb5d4a68e56b14b24f36a530abfd4eb44c366435 (patch)
tree2e8bb0287ec9921b9ed7aa6e54c57396dec983a6 /gcc/cselib.h
parent228c46dbd82c6544a12b4ce436c22638d779f201 (diff)
downloadgcc-fb5d4a68e56b14b24f36a530abfd4eb44c366435.zip
gcc-fb5d4a68e56b14b24f36a530abfd4eb44c366435.tar.gz
gcc-fb5d4a68e56b14b24f36a530abfd4eb44c366435.tar.bz2
cselib.h (struct elt_loc_list): Remove canon_loc field.
* 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. From-SVN: r81037
Diffstat (limited to 'gcc/cselib.h')
-rw-r--r--gcc/cselib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cselib.h b/gcc/cselib.h
index 1efbaa7..b529060 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. */