diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2004-06-03 22:17:20 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2004-06-03 22:17:20 +0000 |
commit | ed5947c9bcae4c500c8e96f2809b4df527234804 (patch) | |
tree | 9c181c1e6b6e01fe1f8bd406eeb3f3146576bd89 /gcc/rtl.def | |
parent | c0d594f1da6b13e79a81d72f71f55ec8b9fa2b60 (diff) | |
download | gcc-ed5947c9bcae4c500c8e96f2809b4df527234804.tar.gz |
* rtl.def (VAR_LOCATION): Make RTX_EXTRA.
From-SVN: r82607
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r-- | gcc/rtl.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def index 350e84feb1a..be86bfc16c7 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -1196,7 +1196,7 @@ DEF_RTL_EXPR(SS_TRUNCATE, "ss_truncate", "e", RTX_UNARY) DEF_RTL_EXPR(US_TRUNCATE, "us_truncate", "e", RTX_UNARY) /* Information about the variable and its location. */ -DEF_RTL_EXPR(VAR_LOCATION, "var_location", "te", 'x') +DEF_RTL_EXPR(VAR_LOCATION, "var_location", "te", RTX_EXTRA) /* Local variables: |