summaryrefslogtreecommitdiff
path: root/gcc/rtl.def
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-07 06:41:23 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-07 06:41:23 +0000
commit4bbea25433b26fb34cc286ba96974f23dbe15ccd (patch)
treed583d908c670671b25c202db24844f7db39d0ad1 /gcc/rtl.def
parentb550e0588e54efcea40f213bc2a92149514efa19 (diff)
downloadgcc-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.def4
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. */