diff options
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. */ |