diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 1999-03-22 14:36:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1999-03-22 14:36:36 +0000 |
commit | 5ea05bba0c9195a90292aa7ed67948b8d0b51b4c (patch) | |
tree | 3fdac705d058b9d9557e070a28a016d1ad8026d7 /gcc | |
parent | 02eb1393dc78d672af977764716d7d084b730ca4 (diff) | |
download | gcc-5ea05bba0c9195a90292aa7ed67948b8d0b51b4c.zip gcc-5ea05bba0c9195a90292aa7ed67948b8d0b51b4c.tar.gz gcc-5ea05bba0c9195a90292aa7ed67948b8d0b51b4c.tar.bz2 |
Fix typo
From-SVN: r25900
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index 9d764de..bed9e0a 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -7608,7 +7608,7 @@ same time if the machine is a superscalar machine. This is only used by the @samp{Haifa} scheduler, and not the traditional scheduler. @findex MD_SCHED_INIT -@item MD_SCHED_INIT (@var{file}, @var{verbose} +@item MD_SCHED_INIT (@var{file}, @var{verbose}) A C statement which is executed by the @samp{Haifa} scheduler at the beginning of each block of instructions that are to be scheduled. @var{file} is either a null pointer, or a stdio stream to write any |