Commit 1dd2a9a0 by Kyrylo Tkachov Committed by Kyrylo Tkachov

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
parent 57b48998
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
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment