diff options
Diffstat (limited to 'gcc/doc/gcc.texi')
-rw-r--r-- | gcc/doc/gcc.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index befee36..0a048a8 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -3826,8 +3826,10 @@ Several passes use instruction attributes. A definition of the attributes defined for a particular machine is in file @file{insn-attr.h}, which is generated from the machine description by the program @file{genattr}. The file @file{insn-attrtab.c} contains -subroutines to obtain the attribute values for insns. It is generated -from the machine description by the program @file{genattrtab}. +subroutines to obtain the attribute values for insns and information +about processor pipeline characteristics for the instruction scheduler. +It is generated from the machine description by the program +@file{genattrtab}. @end itemize @end ifset |