diff options
author | Paul Brook <paul@codesourcery.com> | 2005-07-30 00:16:35 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2005-07-30 00:16:35 +0000 |
commit | f26b8ec98af7968e2d6a04efd2ef47710be5342e (patch) | |
tree | 4b8ae6f29028cf19d92287e2be1334ff49615df0 /gcc | |
parent | a14b88bb20385023889f8e0b07aa68fd26703cbd (diff) | |
download | gcc-f26b8ec98af7968e2d6a04efd2ef47710be5342e.zip gcc-f26b8ec98af7968e2d6a04efd2ef47710be5342e.tar.gz gcc-f26b8ec98af7968e2d6a04efd2ef47710be5342e.tar.bz2 |
arm.c (arm_coproc_mem_operand): Fix inaccurate comment.
2005-07-30 Paul Brook <paul@codesourcery.com>
* config/arm/arm.c (arm_coproc_mem_operand): Fix inaccurate comment.
From-SVN: r102575
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arm/arm.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 23c841f..805dbdb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2005-07-30 Paul Brook <paul@codesourcery.com> + * config/arm/arm.c (arm_coproc_mem_operand): Fix inaccurate comment. + +2005-07-30 Paul Brook <paul@codesourcery.com> + * config/arm/arm-protos.h (arm_canonicalize_comparison): Update prototype. * config/arm/arm.c (arm_canonicalize_comparison): Use correct limit diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 33b2e32..cb4ed75 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -4923,7 +4923,7 @@ cirrus_memory_offset (rtx op) return 0; } -/* Return TRUE if OP is a valid VFP memory address pattern. +/* Return TRUE if OP is a valid coprocessor memory address pattern. WB if true if writeback address modes are allowed. */ int |