diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-29 13:16:44 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-29 13:16:44 +0000 |
commit | 9cb8e99fb0eb82cb99f6450180c17ce54384671b (patch) | |
tree | 24cbb8cf9da08986b3e7df17c094d53287981603 /gcc/rtl.def | |
parent | 92d27c95908cefb0cdac944ab16081630764420c (diff) | |
download | gcc-9cb8e99fb0eb82cb99f6450180c17ce54384671b.tar.gz |
* builtins.def: Fix comment formatting.
* c-common.def: Likewise.
* cfgcleanup.c: Likewise.
* combine.c: Likewise.
* gengtype.c: Likewise.
* params.def: Likewise.
* predict.def: Likewise.
* rtl.def: Likewise.
* stab.def: Likewise.
* stor-layout.c: Likewise.
* tree.def: Likewise.
* config/darwin.c: Likewise.
* config/darwin.h: Likewise.
* config/dbxcoff.h: Likewise.
* config/elfos.h: Likewise.
* config/fp-bit.c: Likewise.
* config/freebsd-spec.h: Likewise.
* config/interix.h: Likewise.
* config/libgloss.h: Likewise.
* config/linux-aout.h: Likewise.
* config/linux.h: Likewise.
* config/lynx-ng.h: Likewise.
* config/lynx.h: Likewise.
* config/netbsd-aout.h: Likewise.
* config/netbsd.h: Likewise.
* config/netware.h: Likewise.
* config/psos.h: Likewise.
* config/ptx4.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57624 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r-- | gcc/rtl.def | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def index 0de96df4550..353a225dcd9 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -207,7 +207,7 @@ DEF_RTL_EXPR(DEFINE_PEEPHOLE, "define_peephole", "EsTV", 'x') insns. This might, for example, create some RTX's and store them in elements of `recog_data.operand' for use by the vector of insn-patterns. - (`operands' is an alias here for `recog_data.operand'). */ + (`operands' is an alias here for `recog_data.operand'). */ DEF_RTL_EXPR(DEFINE_SPLIT, "define_split", "EsES", 'x') /* Definition of an insn and associated split. @@ -497,10 +497,10 @@ DEF_RTL_EXPR(DEFINE_INSN_RESERVATION, "define_insn_reservation", "sies", 'x') /* Definition of an insn attribute. 1st operand: name of the attribute 2nd operand: comma-separated list of possible attribute values - 3rd operand: expression for the default value of the attribute. */ + 3rd operand: expression for the default value of the attribute. */ DEF_RTL_EXPR(DEFINE_ATTR, "define_attr", "sse", 'x') -/* Marker for the name of an attribute. */ +/* Marker for the name of an attribute. */ DEF_RTL_EXPR(ATTR, "attr", "s", 'x') /* For use in the last (optional) operand of DEFINE_INSN or DEFINE_PEEPHOLE and @@ -964,7 +964,7 @@ DEF_RTL_EXPR(LTU, "ltu", "ee", '<') DEF_RTL_EXPR(UNORDERED, "unordered", "ee", '<') DEF_RTL_EXPR(ORDERED, "ordered", "ee", '<') -/* These are equivalent to unordered or ... */ +/* These are equivalent to unordered or ... */ DEF_RTL_EXPR(UNEQ, "uneq", "ee", '<') DEF_RTL_EXPR(UNGE, "unge", "ee", '<') DEF_RTL_EXPR(UNGT, "ungt", "ee", '<') @@ -1067,7 +1067,7 @@ DEF_RTL_EXPR(RANGE_INFO, "range_info", "uuEiiiiiibbii", 'x') live length. Operand 7 is the number of calls that this register is live across. Operand 8 is the symbol node of the variable if the register is a user variable. Operand 9 is the block node that the variable is declared - in if the register is a user variable. */ + in if the register is a user variable. */ DEF_RTL_EXPR(RANGE_REG, "range_reg", "iiiiiiiitt", 'x') /* Information about a local variable's ranges. Operand 0 is an EXPR_LIST of @@ -1082,7 +1082,7 @@ DEF_RTL_EXPR(RANGE_LIVE, "range_live", "bi", 'x') /* A unary `__builtin_constant_p' expression. These are only emitted during RTL generation, and then only if optimize > 0. They are - eliminated by the first CSE pass. */ + eliminated by the first CSE pass. */ DEF_RTL_EXPR(CONSTANT_P_RTX, "constant_p_rtx", "e", 'x') /* A placeholder for a CALL_INSN which may be turned into a normal call, |