diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-11-16 17:52:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-11-16 17:52:53 +0000 |
commit | 476c5eb60eb1046af8609079235c2f6db25365f4 (patch) | |
tree | a7291215987853b4d7a4af3680aabe033df4a4df /gcc/hard-reg-set.h | |
parent | af5fb6ab3bd4c53d247340d6dad77471993a168c (diff) | |
download | gcc-476c5eb60eb1046af8609079235c2f6db25365f4.tar.gz |
hard-reg-set.h: Follow spelling conventions.
* hard-reg-set.h: Follow spelling conventions.
* real.c: Likewise.
* target.h: Likewise.
From-SVN: r59173
Diffstat (limited to 'gcc/hard-reg-set.h')
-rw-r--r-- | gcc/hard-reg-set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/hard-reg-set.h b/gcc/hard-reg-set.h index 712a26791f3..0574738fbe5 100644 --- a/gcc/hard-reg-set.h +++ b/gcc/hard-reg-set.h @@ -488,7 +488,7 @@ extern int n_non_fixed_regs; extern const char * reg_names[FIRST_PSEUDO_REGISTER]; -/* Given a hard REGN a FROM mode and a TO mode, return non-zero if +/* Given a hard REGN a FROM mode and a TO mode, return nonzero if REGN cannot change modes between the specified modes. */ #define REG_CANNOT_CHANGE_MODE_P(REGN, FROM, TO) \ (TEST_HARD_REG_BIT \ |