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
6be713d5
Commit
6be713d5
authored
Dec 19, 2012
by
Christoph Mallon
Browse files
be: Remove cruft from bearch_*_t.h.
parent
88a6ce4f
Changes
5
Hide whitespace changes
Inline
Side-by-side
ir/be/TEMPLATE/bearch_TEMPLATE_t.h
View file @
6be713d5
...
...
@@ -10,11 +10,7 @@
#ifndef FIRM_BE_TEMPLATE_BEARCH_TEMPLATE_T_H
#define FIRM_BE_TEMPLATE_BEARCH_TEMPLATE_T_H
#include "debug.h"
#include "TEMPLATE_nodes_attr.h"
#include "be.h"
#include "beemitter.h"
#include "set.h"
#include "bearch.h"
typedef
struct
TEMPLATE_isa_t
{
arch_env_t
base
;
/**< must be derived from arch_isa */
...
...
ir/be/amd64/bearch_amd64_t.h
View file @
6be713d5
...
...
@@ -10,11 +10,7 @@
#ifndef FIRM_BE_AMD64_BEARCH_AMD64_T_H
#define FIRM_BE_AMD64_BEARCH_AMD64_T_H
#include "debug.h"
#include "amd64_nodes_attr.h"
#include "be.h"
#include "beemitter.h"
#include "set.h"
#include "bearch.h"
typedef
struct
amd64_isa_t
amd64_isa_t
;
...
...
@@ -22,6 +18,4 @@ struct amd64_isa_t {
arch_env_t
base
;
/**< must be derived from arch_isa */
};
ir_node
*
amd64_new_NoReg_gp
(
ir_graph
*
irg
);
#endif
ir/be/arm/bearch_arm_t.h
View file @
6be713d5
...
...
@@ -13,8 +13,7 @@
#include <stdio.h>
#include "arm_nodes_attr.h"
#include "be.h"
#include "bearch.h"
typedef
struct
arm_isa_t
arm_isa_t
;
...
...
ir/be/ia32/bearch_ia32_t.h
View file @
6be713d5
...
...
@@ -12,16 +12,10 @@
#define FIRM_BE_IA32_BEARCH_IA32_T_H
#include "config.h"
#include "pmap.h"
#include "debug.h"
#include "ia32_nodes_attr.h"
#include "set.h"
#include "pdeq.h"
#include "be.h"
#include "beemitter.h"
#include "bearch.h"
#include "beirg.h"
#include "
gen_ia32_regalloc_if
.h"
#include "
pmap
.h"
#ifdef NDEBUG
#define SET_IA32_ORIG_NODE(n, o)
...
...
@@ -30,7 +24,6 @@
#endif
/* NDEBUG */
typedef
struct
ia32_isa_t
ia32_isa_t
;
typedef
struct
ia32_irn_ops_t
ia32_irn_ops_t
;
typedef
struct
ia32_intrinsic_env_t
ia32_intrinsic_env_t
;
typedef
struct
ia32_irg_data_t
{
...
...
ir/be/sparc/bearch_sparc_t.h
View file @
6be713d5
...
...
@@ -12,8 +12,7 @@
#define FIRM_BE_SPARC_BEARCH_SPARC_T_H
#include <stdbool.h>
#include "sparc_nodes_attr.h"
#include "be.h"
#include "bearch.h"
typedef
struct
sparc_isa_t
sparc_isa_t
;
typedef
struct
calling_convention_t
calling_convention_t
;
...
...
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