aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 0c84d75..0e4a9b3 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */
#include "rtl.h"
#include "real.h"
#include "ggc.h"
+#include "errors.h"
/* Calculate the format for CONST_DOUBLE. This depends on the relative
@@ -230,6 +231,8 @@ const char * const rtx_format[] = {
prints the string
"S" like "s", but optional:
the containing rtx may end before this operand
+ "T" like "s", but treated specially by the RTL reader;
+ only found in machine description patterns.
"e" a pointer to an rtl expression
prints the expression
"E" a pointer to a vector that points to a number of rtl expressions