From: Jie Zhang Date: Wed, 22 Dec 2010 01:42:20 +0000 (+0000) Subject: arm.c (output_move_double): Update the comment above the function to reflect the... X-Git-Tag: upstream/12.2.0~87529 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16a9afdc664f58ab8ad5e4bd2468cda18375d121;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6f61a6b..630eab1 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 d746390..2aaec8c 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) {