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:
parent
57b4899877
commit
1dd2a9a0f3
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue