Make VAR_LOCATION a RTX_EXTRA object

Steven Bosscher stevenb@suse.de
Thu Jun 3 23:07:00 GMT 2004


Fixes an apparent merge mishap, commited as obvious.

	* rtl.def (VAR_LOCATION): Make RTX_EXTRA.

Index: rtl.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/rtl.def,v
retrieving revision 1.84
diff -c -3 -p -r1.84 rtl.def
*** rtl.def     3 Jun 2004 12:07:43 -0000       1.84
--- rtl.def     3 Jun 2004 22:16:44 -0000
*************** DEF_RTL_EXPR(SS_TRUNCATE, "ss_truncate",
*** 1196,1202 ****
  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')

  /*
  Local variables:
--- 1196,1202 ----
  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", RTX_EXTRA)

  /*
  Local variables:



More information about the Gcc-patches mailing list