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
1c87f7dd
Commit
1c87f7dd
authored
Jan 05, 2013
by
Christoph Mallon
Browse files
Remove unnecessary #include "bearch_arm_t.h".
parent
19601050
Changes
6
Hide whitespace changes
Inline
Side-by-side
ir/be/arm/arm_emitter.c
View file @
1c87f7dd
...
...
@@ -13,6 +13,7 @@
#include <limits.h>
#include <stdbool.h>
#include "bearch_arm_t.h"
#include "xmalloc.h"
#include "tv.h"
#include "iredges.h"
...
...
ir/be/arm/arm_emitter.h
View file @
1c87f7dd
...
...
@@ -18,8 +18,6 @@
#include "bearch.h"
#include "bearch_arm_t.h"
/**
* emit assembler instructions with format string. Automatically indents
* instructions and adds debug comments at the end (in verbose-asm mode).
...
...
ir/be/arm/arm_new_nodes.c
View file @
1c87f7dd
...
...
@@ -32,7 +32,6 @@
#include "arm_optimize.h"
#include "beabi.h"
#include "bearch_arm_t.h"
static
bool
arm_has_symconst_attr
(
const
ir_node
*
node
)
{
...
...
ir/be/arm/arm_new_nodes.h
View file @
1c87f7dd
...
...
@@ -12,7 +12,6 @@
#define FIRM_BE_ARM_ARM_NEW_NODES_H
#include "arm_nodes_attr.h"
#include "bearch_arm_t.h"
/**
* Returns the attributes of a generic Arm node.
...
...
ir/be/arm/arm_optimize.h
View file @
1c87f7dd
...
...
@@ -12,7 +12,6 @@
#define FIRM_BE_ARM_ARM_OPTIMIZE_H
#include "irgraph.h"
#include "bearch_arm_t.h"
typedef
struct
arm_vals
{
int
ops
;
...
...
ir/be/arm/arm_transform.c
View file @
1c87f7dd
...
...
@@ -10,6 +10,7 @@
*/
#include "config.h"
#include "bearch_arm_t.h"
#include "irnode_t.h"
#include "irgraph_t.h"
#include "irmode_t.h"
...
...
@@ -29,7 +30,6 @@
#include "beabihelper.h"
#include "beabi.h"
#include "bearch_arm_t.h"
#include "arm_nodes_attr.h"
#include "arm_transform.h"
#include "arm_optimize.h"
...
...
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