From 16a9afdc664f58ab8ad5e4bd2468cda18375d121 Mon Sep 17 00:00:00 2001 From: Jie Zhang Date: Wed, 22 Dec 2010 01:42:20 +0000 Subject: [PATCH] arm.c (output_move_double): Update the comment above the function to reflect the current implementation. * config/arm/arm.c (output_move_double): Update the comment above the function to reflect the current implementation. From-SVN: r168159 --- gcc/ChangeLog | 5 +++++ gcc/config/arm/arm.c | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6f61a6bffaa4..630eab1268ea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-12-22 Jie Zhang + + * config/arm/arm.c (output_move_double): Update the comment + above the function to reflect the current implementation. + 2010-12-21 Steven Bosscher De-hookize profile infrastructure. diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index d746390d6418..2aaec8c9eb21 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) {