From 1dd2a9a0f34de177e1d27ea330f8050621c26b61 Mon Sep 17 00:00:00 2001 From: Kyrylo Tkachov Date: Wed, 9 Oct 2013 14:27:47 +0000 Subject: [PATCH] aarch-common.c (arm_early_load_addr_dep): Place comment above function. [gcc/] 2013-10-09 Kyrylo Tkachov * config/arm/aarch-common.c (arm_early_load_addr_dep): Place comment above function. From-SVN: r203322 --- gcc/ChangeLog | 5 +++++ gcc/config/arm/aarch-common.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f86660d..61f9dcb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-10-09 Kyrylo Tkachov + + * config/arm/aarch-common.c (arm_early_load_addr_dep): + Place comment above function. + 2013-10-09 Andrew MacLeod * tree-flow.h: Remove all remaining prototypes, enums and structs that 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 @@ . */ -/* 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) { -- 2.7.4