aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.def
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2014-05-13 10:39:08 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2014-05-13 10:39:08 +0000
commitfcc74520d0d99921af1d22971465d07225b488f9 (patch)
tree2dffcda2eced8481083fed30ba21943ecb650e2b /gcc/rtl.def
parentfeb09dd93d0760c10dd9b381f49482fd67f80e1f (diff)
downloadgcc-fcc74520d0d99921af1d22971465d07225b488f9.zip
gcc-fcc74520d0d99921af1d22971465d07225b488f9.tar.gz
gcc-fcc74520d0d99921af1d22971465d07225b488f9.tar.bz2
rtl.def (VAR_LOCATION): Remove "i" field.
gcc/ * rtl.def (VAR_LOCATION): Remove "i" field. * rtl.h (rtx_def): Add u2.var_location_status. (PAT_VAR_LOCATION_STATUS): Use it. (gen_rtx_VAR_LOCATION): Declare. * gengenrtl.c (excluded_rtx): Add VAR_LOCATION. * emit-rtl.c (gen_rtx_VAR_LOCATION): New function. * var-tracking.c (emit_note_insn_var_location): Remove casts. From-SVN: r210362
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r--gcc/rtl.def4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def
index dda556d..18acc6b 100644
--- a/gcc/rtl.def
+++ b/gcc/rtl.def
@@ -747,9 +747,7 @@ DEF_RTL_EXPR(US_TRUNCATE, "us_truncate", "e", RTX_UNARY)
DEF_RTL_EXPR(FMA, "fma", "eee", RTX_TERNARY)
/* Information about the variable and its location. */
-/* Changed 'te' to 'tei'; the 'i' field is for recording
- initialization status of variables. */
-DEF_RTL_EXPR(VAR_LOCATION, "var_location", "tei", RTX_EXTRA)
+DEF_RTL_EXPR(VAR_LOCATION, "var_location", "te", RTX_EXTRA)
/* Used in VAR_LOCATION for a pointer to a decl that is no longer
addressable. */