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/benode.h
View file @
b3620e92
...
...
@@ -15,9 +15,9 @@
#ifndef FIRM_BE_BENODE_H
#define FIRM_BE_BENODE_H
#include "be_types.h"
#include "firm_types.h"
#include "irnode_t.h"
#include "bearch.h"
typedef
enum
be_opcode
{
beo_AnyVal
,
...
...
ir/be/bepeephole.c
View file @
b3620e92
...
...
@@ -20,7 +20,6 @@
#include "beirg.h"
#include "belive.h"
#include "bearch.h"
#include "benode.h"
#include "besched.h"
#include "bemodule.h"
...
...
ir/be/besched.c
View file @
b3620e92
...
...
@@ -16,7 +16,6 @@
#include "irgmod.h"
#include "bemodule.h"
#include "bearch.h"
#include "besched.h"
#include "belistsched.h"
#include "belive.h"
...
...
ir/be/beschedtrivial.c
View file @
b3620e92
...
...
@@ -11,7 +11,6 @@
*/
#include <stdlib.h>
#include "bearch.h"
#include "belistsched.h"
#include "bemodule.h"
#include "besched.h"
...
...
ir/be/bespill.c
View file @
b3620e92
...
...
@@ -20,7 +20,6 @@
#include "be.h"
#include "belive.h"
#include "beirg.h"
#include "bearch.h"
#include "benode.h"
#include "bera.h"
...
...
ir/be/bespill.h
View file @
b3620e92
...
...
@@ -12,7 +12,6 @@
#ifndef FIRM_BE_BESPILL_H
#define FIRM_BE_BESPILL_H
#include "bearch.h"
#include "bera.h"
extern
bool
be_coalesce_spill_slots
;
...
...
ir/be/bespillslots.c
View file @
b3620e92
...
...
@@ -30,7 +30,6 @@
#include "bemodule.h"
#include "belive.h"
#include "beirg.h"
#include "bearch.h"
#include "bespillutil.h"
#define DBG_COALESCING 1
...
...
ir/be/bespillutil.h
View file @
b3620e92
...
...
@@ -15,8 +15,6 @@
#include <stdbool.h>
#include "firm_types.h"
#include "bearch.h"
#include "bera.h"
typedef
struct
spill_env_t
spill_env_t
;
...
...
ir/be/bestat.h
View file @
b3620e92
...
...
@@ -11,8 +11,8 @@
#ifndef FIRM_BE_BESTAT_H
#define FIRM_BE_BESTAT_H
#include "be_types.h"
#include "firm_types.h"
#include "bearch.h"
typedef
enum
be_stat_tag_t
{
BE_STAT_FIRST
,
...
...
ir/be/bestate.h
View file @
b3620e92
...
...
@@ -13,8 +13,10 @@
#ifndef FIRM_BE_BESTATE_H
#define FIRM_BE_BESTATE_H
#include <stdbool.h>
#include "be_types.h"
#include "firm_types.h"
#include "bearch.h"
/**
* Callback that should create a spill for a certain value. Can return NULL
...
...
ir/be/beuses.c
View file @
b3620e92
...
...
@@ -28,7 +28,6 @@
#include "belive.h"
#include "benode.h"
#include "besched.h"
#include "bearch.h"
#include "beuses.h"
#define UNKNOWN_OUTERMOST_LOOP ((unsigned)-1)
...
...
ir/be/beutil.c
View file @
b3620e92
...
...
@@ -10,7 +10,6 @@
*/
#include <stdio.h>
#include "bearch.h"
#include "beirg.h"
#include "belive.h"
#include "benode.h"
...
...
ir/be/beverify.h
View file @
b3620e92
...
...
@@ -14,7 +14,7 @@
#include <stdbool.h>
#include "be
arch
.h"
#include "be
_types
.h"
#include "firm_types.h"
/**
...
...
ir/be/ia32/bearch_ia32_t.h
View file @
b3620e92
...
...
@@ -11,7 +11,6 @@
#ifndef FIRM_BE_IA32_BEARCH_IA32_T_H
#define FIRM_BE_IA32_BEARCH_IA32_T_H
#include "bearch.h"
#include "beirg.h"
#include "pmap.h"
#include "x86_cconv.h"
...
...
ir/be/ia32/ia32_emitter.h
View file @
b3620e92
...
...
@@ -12,7 +12,6 @@
#define FIRM_BE_IA32_IA32_EMITTER_H
#include "irnode.h"
#include "bearch.h"
/**
* fmt parameter output
...
...
ir/be/ia32/ia32_nodes_attr.h
View file @
b3620e92
...
...
@@ -12,7 +12,6 @@
#define FIRM_BE_IA32_IA32_NODES_ATTR_H
#include "firm_types.h"
#include "bearch.h"
#include "irnode_t.h"
#include "x86_cc.h"
#include "x86_asm.h"
...
...
ir/be/ia32/ia32_pic.c
View file @
b3620e92
...
...
@@ -11,7 +11,6 @@
#include "bearch_ia32_t.h"
#include "adt/pmap.h"
#include "bearch.h"
#include "begnuas.h"
#include "beirg.h"
#include "be_t.h"
...
...
ir/be/ia32/x86_cc.h
View file @
b3620e92
#ifndef X86_CC_H
#define X86_CC_H
#include <stdbool.h>
/** x86 condition codes (the numbers correspond to the real encoding order) */
typedef
enum
x86_condition_code_t
{
x86_cc_negated
=
0x01
,
/**< negates condition */
...
...
ir/be/scripts/generate_new_opcodes.pl
View file @
b3620e92
...
...
@@ -716,6 +716,8 @@ print OUT<<EOF;
#ifndef FIRM_BE_${tmp}_GEN_${tmp}_NEW_NODES_H
#define FIRM_BE_${tmp}_GEN_${tmp}_NEW_NODES_H
#include "irnode_t.h"
$obst_enum_op
int is_${arch}_irn(const ir_node *node);
int is_${arch}_op(const ir_op *op);
...
...
ir/be/scripts/generate_regalloc_if.pl
View file @
b3620e92
...
...
@@ -220,6 +220,7 @@ print OUT<<EOF;
#define FIRM_BE_${archuc}_GEN_${archuc}_REGALLOC_IF_H
#include "${arch}_nodes_attr.h"
#include "bearch.h"
/** global register indices for ${arch} registers */
enum reg_indices {
...
...
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