diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index ca35d3f33bc..84de8fe3d39 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -320,6 +320,7 @@ extern void rtvec_check_failed_bounds PARAMS ((rtvec, int, #define XBITMAP(RTX, N) (RTL_CHECK1(RTX, N, 'b').rtbit) #define XTREE(RTX, N) (RTL_CHECK1(RTX, N, 't').rttree) #define XBBDEF(RTX, N) (RTL_CHECK1(RTX, N, 'B').bb) +#define XTMPL(RTX, N) (RTL_CHECK1(RTX, N, 'T').rtstr) #define XVECEXP(RTX, N, M) RTVEC_ELT (XVEC (RTX, N), M) #define XVECLEN(RTX, N) GET_NUM_ELEM (XVEC (RTX, N)) |