From 11c50bf21e775a08058fa41fb47d12037d930279 Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 3 Jun 2004 22:17:20 +0000 Subject: [PATCH] * rtl.def (VAR_LOCATION): Make RTX_EXTRA. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82607 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 +++++- gcc/rtl.def | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b7c1b5be035..dea0b8f79d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,10 +1,14 @@ +2004-06-04 Steven Bosscher + + * rtl.def (VAR_LOCATION): Make RTX_EXTRA. + 2004-06-03 Andrew Pinski * config/darwin.c (machopic_indirect_data_reference): Copy the SYMBOL_REF_DECL from the original RTX for the new non-lazy pointer RTX. -2004-06-03 Mark G. Adams +2004-06-03 Mark G. Adams * tree.h: Remove include of version.h * c-cppbuiltin.c: Include version.h 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: -- 2.11.4.GIT