Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
b3620e92
Commit
b3620e92
authored
Jul 19, 2015
by
Christoph Mallon
Browse files
Remove unnecessary #include "bearch.h".
parent
3e62d208
Changes
43
Hide whitespace changes
Inline
Side-by-side
ir/be/TEMPLATE/TEMPLATE_emitter.c
View file @
b3620e92
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
*/
*/
#include "TEMPLATE_emitter.h"
#include "TEMPLATE_emitter.h"
#include "TEMPLATE_new_nodes.h"
#include "TEMPLATE_new_nodes.h"
#include "bearch.h"
#include "beblocksched.h"
#include "beblocksched.h"
#include "begnuas.h"
#include "begnuas.h"
#include "benode.h"
#include "benode.h"
...
...
ir/be/TEMPLATE/TEMPLATE_new_nodes.c
View file @
b3620e92
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
#include "irop.h"
#include "irop.h"
#include "irprintf.h"
#include "irprintf.h"
#include "xmalloc.h"
#include "xmalloc.h"
#include "bearch.h"
#include "bedump.h"
#include "bedump.h"
#include "TEMPLATE_nodes_attr.h"
#include "TEMPLATE_nodes_attr.h"
...
...
ir/be/TEMPLATE/TEMPLATE_nodes_attr.h
View file @
b3620e92
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#ifndef FIRM_BE_TEMPLATE_TEMPLATE_NODES_ATTR_H
#ifndef FIRM_BE_TEMPLATE_TEMPLATE_NODES_ATTR_H
#define FIRM_BE_TEMPLATE_TEMPLATE_NODES_ATTR_H
#define FIRM_BE_TEMPLATE_TEMPLATE_NODES_ATTR_H
#include "
bearch
.h"
#include "
firm_types
.h"
typedef
struct
TEMPLATE_attr_t
TEMPLATE_attr_t
;
typedef
struct
TEMPLATE_attr_t
TEMPLATE_attr_t
;
...
...
ir/be/amd64/amd64_new_nodes.c
View file @
b3620e92
...
@@ -22,8 +22,6 @@
...
@@ -22,8 +22,6 @@
#include "irop.h"
#include "irop.h"
#include "irprintf.h"
#include "irprintf.h"
#include "xmalloc.h"
#include "xmalloc.h"
#include "bearch.h"
#include "bedump.h"
#include "bedump.h"
#include "amd64_nodes_attr.h"
#include "amd64_nodes_attr.h"
...
...
ir/be/amd64/amd64_nodes_attr.h
View file @
b3620e92
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
#include <stdint.h>
#include <stdint.h>
#include "bearch.h"
#include "compiler.h"
#include "compiler.h"
#include "irtypes.h"
#include "../ia32/x86_cc.h"
#include "../ia32/x86_cc.h"
#include "../ia32/x86_asm.h"
#include "../ia32/x86_asm.h"
...
...
ir/be/amd64/bearch_amd64_t.h
View file @
b3620e92
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
#ifndef FIRM_BE_AMD64_BEARCH_AMD64_T_H
#ifndef FIRM_BE_AMD64_BEARCH_AMD64_T_H
#define FIRM_BE_AMD64_BEARCH_AMD64_T_H
#define FIRM_BE_AMD64_BEARCH_AMD64_T_H
#include "bearch.h"
#include "../ia32/x86_cconv.h"
#include "../ia32/x86_cconv.h"
extern
pmap
*
amd64_constants
;
/**< A map of entities that store const tarvals */
extern
pmap
*
amd64_constants
;
/**< A map of entities that store const tarvals */
...
...
ir/be/arm/arm_new_nodes.c
View file @
b3620e92
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
#include "arm_nodes_attr.h"
#include "arm_nodes_attr.h"
#include "arm_optimize.h"
#include "arm_optimize.h"
#include "bearch_arm_t.h"
#include "bearch_arm_t.h"
#include "bearch.h"
#include "bedump.h"
#include "bedump.h"
static
bool
arm_has_address_attr
(
const
ir_node
*
node
)
static
bool
arm_has_address_attr
(
const
ir_node
*
node
)
...
...
ir/be/arm/arm_nodes_attr.h
View file @
b3620e92
...
@@ -13,7 +13,6 @@
...
@@ -13,7 +13,6 @@
#include "firm_types.h"
#include "firm_types.h"
#include "irnode_t.h"
#include "irnode_t.h"
#include "bearch.h"
/**
/**
* Possible ARM "shifter operand" addressing mode types.
* Possible ARM "shifter operand" addressing mode types.
...
...
ir/be/arm/bearch_arm_t.h
View file @
b3620e92
...
@@ -11,7 +11,9 @@
...
@@ -11,7 +11,9 @@
#ifndef FIRM_BE_ARM_BEARCH_ARM_T_H
#ifndef FIRM_BE_ARM_BEARCH_ARM_T_H
#define FIRM_BE_ARM_BEARCH_ARM_T_H
#define FIRM_BE_ARM_BEARCH_ARM_T_H
#include "bearch.h"
#include <stdbool.h>
#include "firm_types.h"
typedef
struct
arm_isa_t
arm_isa_t
;
typedef
struct
arm_isa_t
arm_isa_t
;
...
...
ir/be/bechordal_main.c
View file @
b3620e92
...
@@ -35,7 +35,6 @@
...
@@ -35,7 +35,6 @@
#include "bechordal_t.h"
#include "bechordal_t.h"
#include "belive.h"
#include "belive.h"
#include "bearch.h"
#include "beifg.h"
#include "beifg.h"
#include "benode.h"
#include "benode.h"
#include "statev_t.h"
#include "statev_t.h"
...
...
ir/be/becopyopt_t.h
View file @
b3620e92
...
@@ -16,8 +16,6 @@
...
@@ -16,8 +16,6 @@
#include "list.h"
#include "list.h"
#include "set.h"
#include "set.h"
#include "irnode_t.h"
#include "irnode_t.h"
#include "bearch.h"
#include "bechordal_t.h"
#include "bechordal_t.h"
#include "becopyopt.h"
#include "becopyopt.h"
...
...
ir/be/bedwarf.h
View file @
b3620e92
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#ifndef FIRM_BE_BEDWARF_H
#ifndef FIRM_BE_BEDWARF_H
#define FIRM_BE_BEDWARF_H
#define FIRM_BE_BEDWARF_H
#include "be
arch
.h"
#include "be
_types
.h"
typedef
struct
parameter_dbg_info_t
{
typedef
struct
parameter_dbg_info_t
{
const
ir_entity
*
entity
;
const
ir_entity
*
entity
;
...
...
ir/be/beflags.h
View file @
b3620e92
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#ifndef FIRM_BE_BEFLAGS_H
#ifndef FIRM_BE_BEFLAGS_H
#define FIRM_BE_BEFLAGS_H
#define FIRM_BE_BEFLAGS_H
#include "be
arch
.h"
#include "be
_types
.h"
/**
/**
* Callback which rematerializes (=duplicates) a machine node.
* Callback which rematerializes (=duplicates) a machine node.
...
...
ir/be/beinfo.c
View file @
b3620e92
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
#include "beinfo.h"
#include "beinfo.h"
#include "beirg.h"
#include "beirg.h"
#include "bearch.h"
#include "benode.h"
#include "benode.h"
#include "besched.h"
#include "besched.h"
#include "bedump.h"
#include "bedump.h"
...
...
ir/be/beinsn_t.h
View file @
b3620e92
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
#define FIRM_BE_BEINSN_T_H
#define FIRM_BE_BEINSN_T_H
#include "firm_types.h"
#include "firm_types.h"
#include "bearch.h"
#include "bechordal.h"
#include "bechordal.h"
#include "raw_bitset.h"
#include "raw_bitset.h"
...
...
ir/be/belistsched.c
View file @
b3620e92
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
#include "besched.h"
#include "besched.h"
#include "belive.h"
#include "belive.h"
#include "belistsched.h"
#include "belistsched.h"
#include "bearch.h"
#include "bestat.h"
#include "bestat.h"
#include "lc_opts.h"
#include "lc_opts.h"
...
...
ir/be/belistsched.h
View file @
b3620e92
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
#include "be.h"
#include "be.h"
#include "be_types.h"
#include "be_types.h"
#include "bearch.h"
/**
/**
* Begin list scheduling for a graph.
* Begin list scheduling for a graph.
...
...
ir/be/belive.c
View file @
b3620e92
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#include "statev_t.h"
#include "statev_t.h"
#include "be_t.h"
#include "be_t.h"
#include "bearch.h"
#include "belive.h"
#include "belive.h"
#include "besched.h"
#include "besched.h"
#include "bemodule.h"
#include "bemodule.h"
...
...
ir/be/beloopana.h
View file @
b3620e92
...
@@ -12,10 +12,9 @@
...
@@ -12,10 +12,9 @@
#ifndef FIRM_BE_BELOOPANA_H
#ifndef FIRM_BE_BELOOPANA_H
#define FIRM_BE_BELOOPANA_H
#define FIRM_BE_BELOOPANA_H
#include "be_types.h"
#include "irloop.h"
#include "irloop.h"
#include "bearch.h"
typedef
struct
be_loopana_t
be_loopana_t
;
typedef
struct
be_loopana_t
be_loopana_t
;
/**
/**
...
...
ir/be/bemain.c
View file @
b3620e92
...
@@ -33,7 +33,6 @@
...
@@ -33,7 +33,6 @@
#include "ircons.h"
#include "ircons.h"
#include "util.h"
#include "util.h"
#include "bearch.h"
#include "be_t.h"
#include "be_t.h"
#include "bediagnostic.h"
#include "bediagnostic.h"
#include "begnuas.h"
#include "begnuas.h"
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment