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
This commit is contained in:
Jie Zhang 2010-12-22 01:42:20 +00:00 committed by Jie Zhang
parent 5c63bac2ec
commit 16a9afdc66
2 changed files with 7 additions and 3 deletions

View file

@ -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.

View file

@ -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)
{