summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-22 01:42:20 +0000
committerjiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-22 01:42:20 +0000
commit8efbf92d9e06a89662fda66b872ea5e175e5b451 (patch)
tree783b0752ec6c4ac8ae23acdbc0f22e2596557fd4
parent7b17528592dd244b7078b7d9ed6cbe540c8a3eb0 (diff)
downloadgcc-8efbf92d9e06a89662fda66b872ea5e175e5b451.tar.gz
* config/arm/arm.c (output_move_double): Update the comment
above the function to reflect the current implementation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168159 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/arm/arm.c5
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6f61a6bffaa..630eab1268e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-22 Jie Zhang <jie@codesourcery.com>
+
+ * config/arm/arm.c (output_move_double): Update the comment
+ above the function to reflect the current implementation.
+
2010-12-21 Steven Bosscher <steven@gcc.gnu.org>
De-hookize profile infrastructure.
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index d746390d641..2aaec8c9eb2 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -12903,9 +12903,8 @@ output_mov_double_arm_from_fpa (rtx *operands)
return "";
}
-/* Output a move between double words.
- It must be REG<-REG, REG<-CONST_DOUBLE, REG<-CONST_INT, REG<-MEM
- or MEM<-REG and all MEMs must be offsettable addresses. */
+/* Output a move between double words. It must be REG<-MEM
+ or MEM<-REG. */
const char *
output_move_double (rtx *operands)
{