diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-07 06:41:23 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-07 06:41:23 +0000 |
commit | 4bbea25433b26fb34cc286ba96974f23dbe15ccd (patch) | |
tree | d583d908c670671b25c202db24844f7db39d0ad1 /gcc/rtl.def | |
parent | b550e0588e54efcea40f213bc2a92149514efa19 (diff) | |
download | gcc-4bbea25433b26fb34cc286ba96974f23dbe15ccd.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@930 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r-- | gcc/rtl.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def index 6088aa57a86..86f866190b3 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -81,7 +81,7 @@ DEF_RTL_EXPR(EXPR_LIST, "expr_list", "ee", 'x') DEF_RTL_EXPR(INSN_LIST, "insn_list", "ue", 'x') /* ---------------------------------------------------------------------- - Expression types for machine descripions. + Expression types for machine descriptions. These do not appear in actual rtl code in the compiler. ---------------------------------------------------------------------- */ @@ -408,7 +408,7 @@ DEF_RTL_EXPR(ASM_OPERANDS, "asm_operands", "ssiEEsi", 'x') or inside an expression. */ DEF_RTL_EXPR(UNSPEC, "unspec", "Ei", 'x') -/* Similiar, but a volatile operation and one which may trap. */ +/* Similar, but a volatile operation and one which may trap. */ DEF_RTL_EXPR(UNSPEC_VOLATILE, "unspec_volatile", "Ei", 'x') /* Vector of addresses, stored as full words. */ |