mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 06:38:52 +08:00
recog.c (validate_change): Fix a comment typo.
2001-07-11 Kazu Hirata <kazu@hxi.com> * recog.c (validate_change): Fix a comment typo. From-SVN: r43956
This commit is contained in:
parent
89cd224363
commit
4d89361244
@ -1,3 +1,7 @@
|
||||
2001-07-11 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* recog.c (validate_change): Fix a comment typo.
|
||||
|
||||
2001-07-11 Neil Booth <neil@daikokuya.demon.co.uk>
|
||||
|
||||
* Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h.
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user