diff options
author | Jie Zhang <jie@codesourcery.com> | 2010-12-22 01:42:20 +0000 |
---|---|---|
committer | Jie Zhang <jiez@gcc.gnu.org> | 2010-12-22 01:42:20 +0000 |
commit | 16a9afdc664f58ab8ad5e4bd2468cda18375d121 (patch) | |
tree | 783b0752ec6c4ac8ae23acdbc0f22e2596557fd4 /gcc | |
parent | 5c63bac2ec9748a49b30c826592a293de72ea82a (diff) | |
download | gcc-16a9afdc664f58ab8ad5e4bd2468cda18375d121.zip gcc-16a9afdc664f58ab8ad5e4bd2468cda18375d121.tar.gz gcc-16a9afdc664f58ab8ad5e4bd2468cda18375d121.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/arm/arm.c | 5 |
2 files changed, 7 insertions, 3 deletions
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 <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 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) { |