* rtl.def (VAR_LOCATION): Make RTX_EXTRA.
authorSteven Bosscher <steven@gcc.gnu.org>
Thu, 3 Jun 2004 22:17:20 +0000 (22:17 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Thu, 3 Jun 2004 22:17:20 +0000 (22:17 +0000)
From-SVN: r82607

gcc/ChangeLog
gcc/rtl.def

index b7c1b5be035f35fd5f03c183a27646fe848a9daf..dea0b8f79d2fa1a1deac12d1566c4249bfdbda21 100644 (file)
@@ -1,10 +1,14 @@
+2004-06-04  Steven Bosscher  <stevenb@suse.de>
+
+       * rtl.def (VAR_LOCATION): Make RTX_EXTRA.
+
 2004-06-03  Andrew Pinski  <pinskia@physics.uc.edu>
 
        * 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  <mark.g.adams@sympatico.ca>
+2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
 
        * tree.h: Remove include of version.h
        * c-cppbuiltin.c: Include version.h
index 350e84feb1a35bb82e4b56926485a3793e8f7875..be86bfc16c73dc1c3ec01bc3614cbdeee04fc7ad 100644 (file)
@@ -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: