aarch-common.c (arm_early_load_addr_dep): Place comment above function.

[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
This commit is contained in:
Kyrylo Tkachov 2013-10-09 14:27:47 +00:00 committed by Kyrylo Tkachov
parent 57b4899877
commit 1dd2a9a0f3
2 changed files with 8 additions and 3 deletions

View 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

View 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)
{