aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1996-02-12 18:30:39 -0800
committerJim Wilson <wilson@gcc.gnu.org>1996-02-12 18:30:39 -0800
commit67f2174701fefdeaa1677bdb2c17ba22c9aa4a73 (patch)
tree129479d84d5def252c7360765d8a5abd4e3432ac /gcc/rtl.h
parent4c0f4704575796912f320aeb68ed5d9c4276b578 (diff)
downloadgcc-67f2174701fefdeaa1677bdb2c17ba22c9aa4a73.zip
gcc-67f2174701fefdeaa1677bdb2c17ba22c9aa4a73.tar.gz
gcc-67f2174701fefdeaa1677bdb2c17ba22c9aa4a73.tar.bz2
(INLINE_REGNO_POINTER_FLAG, INLINE_REGNO_POINTER_ALIGN):
Add one to array index. From-SVN: r11248
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 998d9ba..e78e9fe 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