Hi all, I've committed this trivial patch as r203322.It moves the comment for the arm_early_load_addr_dep from above the #includes in the file to above the function definition.
Thanks, Kyrill 2013-10-09 Kyrylo Tkachov <kyrylo.tkac...@arm.com> * config/arm/aarch-common.c (arm_early_load_addr_dep): Place comment above function.
diff --git a/gcc/config/arm/aarch-common.c b/gcc/config/arm/aarch-common.c index 69366af..3111ae9 100644 --- a/gcc/config/arm/aarch-common.c +++ b/gcc/config/arm/aarch-common.c @@ -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) {