From: Jim Wilson Date: Tue, 13 Feb 1996 02:30:39 +0000 (-0800) Subject: (INLINE_REGNO_POINTER_FLAG, INLINE_REGNO_POINTER_ALIGN): X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67f2174701fefdeaa1677bdb2c17ba22c9aa4a73;p=gcc.git (INLINE_REGNO_POINTER_FLAG, INLINE_REGNO_POINTER_ALIGN): Add one to array index. From-SVN: r11248 --- diff --git a/gcc/rtl.h b/gcc/rtl.h index 998d9ba6156..e78e9fe63ef 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -626,8 +626,8 @@ extern char *note_insn_name[]; #define ORIGINAL_ARG_VECTOR(RTX) ((RTX)->fld[14].rtvec) #define ORIGINAL_DECL_INITIAL(RTX) ((RTX)->fld[15].rtx) #define INLINE_REGNO_REG_RTX(RTX) ((RTX)->fld[16].rtvec) -#define INLINE_REGNO_POINTER_FLAG(RTX) ((RTX)->fld[16].rtstr) -#define INLINE_REGNO_POINTER_ALIGN(RTX) ((RTX)->fld[17].rtstr) +#define INLINE_REGNO_POINTER_FLAG(RTX) ((RTX)->fld[17].rtstr) +#define INLINE_REGNO_POINTER_ALIGN(RTX) ((RTX)->fld[18].rtstr) /* In FUNCTION_FLAGS we save some variables computed when emitting the code for the function and which must be `or'ed into the current flag values when