aarch-common.c (arm_early_load_addr_dep): Place comment above function.
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Wed, 9 Oct 2013 14:27:47 +0000 (14:27 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Wed, 9 Oct 2013 14:27:47 +0000 (14:27 +0000)
[gcc/]
2013-10-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* config/arm/aarch-common.c (arm_early_load_addr_dep):
Place comment above function.

From-SVN: r203322

gcc/ChangeLog
gcc/config/arm/aarch-common.c

index f86660ddb25d1894f7be5efa0df399e53e353103..61f9dcb3edf48e166b126a0d71ecc416db496abe 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * config/arm/aarch-common.c (arm_early_load_addr_dep):
+       Place comment above function.
+
 2013-10-09  Andrew MacLeod  <amacleod@redhat.com>
 
        * tree-flow.h: Remove all remaining prototypes, enums and structs that
index 69366af9bd5923678eb49dfe689495ad1dde3b8c..3111ae99fcebdcffbc557cf99bd25f74ba0d1f5d 100644 (file)
@@ -21,9 +21,6 @@
    <http://www.gnu.org/licenses/>.  */
 
 
-/* Return nonzero if the CONSUMER instruction (a load) does need
-   PRODUCER's value to calculate the address.  */
-
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
@@ -34,6 +31,9 @@
 #include "c-family/c-common.h"
 #include "rtl.h"
 
+/* Return nonzero if the CONSUMER instruction (a load) does need
+   PRODUCER's value to calculate the address.  */
+
 int
 arm_early_load_addr_dep (rtx producer, rtx consumer)
 {