diff options
author | Jeffrey Oldham <oldham@codesourcery.com> | 2001-02-16 17:04:36 +0000 |
---|---|---|
committer | Jeffrey D. Oldham <oldham@gcc.gnu.org> | 2001-02-16 17:04:36 +0000 |
commit | f5df2e8c0676008e9ab2c999f01054561bc2f826 (patch) | |
tree | ae5f73a18aa45a459bd7263f5681520d3bea3f74 /gcc/resource.c | |
parent | aab8454ac5ec5aba5bf0e38b92f427d623d76c0c (diff) | |
download | gcc-f5df2e8c0676008e9ab2c999f01054561bc2f826.zip gcc-f5df2e8c0676008e9ab2c999f01054561bc2f826.tar.gz gcc-f5df2e8c0676008e9ab2c999f01054561bc2f826.tar.bz2 |
resource.c (mark_referenced_resources): Fix typo in introductory comment.
2001-02-16 Jeffrey Oldham <oldham@codesourcery.com>
* resource.c (mark_referenced_resources): Fix typo in introductory
comment.
* config/mips/abi64.h (SUBTARGET_TARGET_OPTIONS): Fix typo in
string constant.
From-SVN: r39766
Diffstat (limited to 'gcc/resource.c')
-rw-r--r-- | gcc/resource.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/resource.c b/gcc/resource.c index 772dad7..8266321 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -1,5 +1,5 @@ /* Definitions for computing resource usage of specific insns. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU CC. @@ -176,7 +176,7 @@ next_insn_no_annul (insn) } /* Given X, some rtl, and RES, a pointer to a `struct resource', mark - which resources are references by the insn. If INCLUDE_DELAYED_EFFECTS + which resources are referenced by the insn. If INCLUDE_DELAYED_EFFECTS is TRUE, resources used by the called routine will be included for CALL_INSNs. */ |