diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-11 22:14:35 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-11 22:14:35 +0000 |
commit | 158733a6ea24a2dc0481442467f2302fc3c598ce (patch) | |
tree | 1967f51ab6bd7d5f8a77e446e8321acf6c44faa8 /gcc/rtl.def | |
parent | de39b78ceb40b8383848372e2edd56977033b7aa (diff) | |
download | gcc-158733a6ea24a2dc0481442467f2302fc3c598ce.tar.gz |
* rtl.def (LABEL_REF): Remove the field for LABEL_NEXTREF.
* rtl.h (LABEL_NEXTREF): Remove field accessor.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111969 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r-- | gcc/rtl.def | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def index 84b24bc543b..39c51d4a477 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -389,9 +389,8 @@ DEF_RTL_EXPR(CONCAT, "concat", "ee", RTX_OBJ) DEF_RTL_EXPR(MEM, "mem", "e0", RTX_OBJ) /* Reference to an assembler label in the code for this function. - The operand is a CODE_LABEL found in the insn chain. - The unprinted field 1 is used in flow.c for the LABEL_NEXTREF. */ -DEF_RTL_EXPR(LABEL_REF, "label_ref", "u0", RTX_CONST_OBJ) + The operand is a CODE_LABEL found in the insn chain. */ +DEF_RTL_EXPR(LABEL_REF, "label_ref", "u", RTX_CONST_OBJ) /* Reference to a named label: Operand 0: label name |