Commit b630e240 by Wu Zhou Committed by Richard Sandiford

* doc/rtl.texi: Fix two typos.

From-SVN: r102985
parent 6a000704
2005-08-11 Wu Zhou <woodzltc@cn.ibm.com>
* doc/rtl.texi: Fix two typos.
2005-08-11 Richard Guenther <rguenther@suse.de> 2005-08-11 Richard Guenther <rguenther@suse.de>
PR target/23289 PR target/23289
......
...@@ -138,7 +138,7 @@ wanted. The written form of this is @code{(nil)}. ...@@ -138,7 +138,7 @@ wanted. The written form of this is @code{(nil)}.
The various expression codes are divided into several @dfn{classes}, The various expression codes are divided into several @dfn{classes},
which are represented by single characters. You can determine the class which are represented by single characters. You can determine the class
of an RTX code with the macro @code{GET_RTX_CLASS (@var{code})}. 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 @table @code
@item RTX_OBJ @item RTX_OBJ
...@@ -3105,7 +3105,7 @@ becomes another virtual start of the loop when considering loop ...@@ -3105,7 +3105,7 @@ becomes another virtual start of the loop when considering loop
invariants. invariants.
@findex NOTE_INSN_FUNCTION_BEG @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 Appears at the start of the function body, after the function
prologue. prologue.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment