From b630e240af465fa53a7a55a5f961199ae42609e5 Mon Sep 17 00:00:00 2001 From: Wu Zhou Date: Thu, 11 Aug 2005 10:55:35 +0000 Subject: [PATCH] * doc/rtl.texi: Fix two typos. From-SVN: r102985 --- gcc/ChangeLog | 4 ++++ gcc/doc/rtl.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a6715d0dbd3..42e8a169864 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-08-11 Wu Zhou + + * doc/rtl.texi: Fix two typos. + 2005-08-11 Richard Guenther PR target/23289 diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 05baadaa8db..ea4ded7aa83 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -138,7 +138,7 @@ wanted. The written form of this is @code{(nil)}. The various expression codes are divided into several @dfn{classes}, which are represented by single characters. You can determine the class of an RTX code with the macro @code{GET_RTX_CLASS (@var{code})}. -Currently, @file{rtx.def} defines these classes: +Currently, @file{rtl.def} defines these classes: @table @code @item RTX_OBJ @@ -3105,7 +3105,7 @@ becomes another virtual start of the loop when considering loop invariants. @findex NOTE_INSN_FUNCTION_BEG -@item NOTE_INSN_FUNCTION_END +@item NOTE_INSN_FUNCTION_BEG Appears at the start of the function body, after the function prologue. -- 2.30.2