From ed5947c9bcae4c500c8e96f2809b4df527234804 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Thu, 3 Jun 2004 22:17:20 +0000 Subject: * rtl.def (VAR_LOCATION): Make RTX_EXTRA. From-SVN: r82607 --- gcc/rtl.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/rtl.def') diff --git a/gcc/rtl.def b/gcc/rtl.def index 350e84f..be86bfc 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: -- cgit v1.1