arm.c (output_move_double): Update the comment above the function to reflect the...
authorJie Zhang <jie@codesourcery.com>
Wed, 22 Dec 2010 01:42:20 +0000 (01:42 +0000)
committerJie Zhang <jiez@gcc.gnu.org>
Wed, 22 Dec 2010 01:42:20 +0000 (01:42 +0000)
* config/arm/arm.c (output_move_double): Update the comment
above the function to reflect the current implementation.

From-SVN: r168159

gcc/ChangeLog
gcc/config/arm/arm.c

index 6f61a6b..630eab1 100644 (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.
index d746390..2aaec8c 100644 (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)
 {