summaryrefslogtreecommitdiff
path: root/gcc/recog.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-12 01:36:16 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-12 01:36:16 +0000
commit60c7c33376a6f89dd2a6ee0fea8535c3a4b35626 (patch)
tree12a9de3b039c5c732769cbe3fcc6c7c67764591e /gcc/recog.c
parent0bf780d10ef295ac0b383d5b72f290756cea0c25 (diff)
downloadgcc-60c7c33376a6f89dd2a6ee0fea8535c3a4b35626.tar.gz
2001-07-11 Kazu Hirata <kazu@hxi.com>
* recog.c (validate_change): Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43956 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/recog.c')
-rw-r--r--gcc/recog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c
index 26ff0302189..ef30528bd9e 100644
--- a/gcc/recog.c
+++ b/gcc/recog.c
@@ -182,7 +182,7 @@ static int changes_allocated;
static int num_changes = 0;
-/* Validate a proposed change to OBJECT. LOC is the location in the rtl for
+/* Validate a proposed change to OBJECT. LOC is the location in the rtl
at which NEW will be placed. If OBJECT is zero, no validation is done,
the change is simply made.