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
a49302ee
Commit
a49302ee
authored
Jan 21, 2015
by
Christoph Mallon
Browse files
constbits: Remove unnecessary #include.
parent
6ba05596
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/ana/constbits.c
View file @
a49302ee
...
...
@@ -9,25 +9,14 @@
* @author Christoph Mallon
*/
#include
<assert.h>
#include
<stdbool.h>
#include
"adt/pdeq.h"
#include
"adt/obst.h"
#include
"adt/xmalloc.h"
#include
"constbits.h"
#include
"debug.h"
#include
"ircons.h"
#include
"irdom.h"
#include
"iredges.h"
#include
"irgmod.h"
#include
"irgraph_t.h"
#include
"irgwalk.h"
#include
"irnode_t.h"
#include
"irnodemap.h"
#include
"iroptimize.h"
#include
"iropt.h"
#include
"tv.h"
#include
"irmemory.h"
#include
"constbits.h"
/* TODO:
* - Implement cleared/set bit calculation for Div, Mod
...
...
ir/ana/constbits.h
View file @
a49302ee
...
...
@@ -2,7 +2,6 @@
#define CONSTBITS_H
#include
<stdbool.h>
#include
"adt/obst.h"
#include
"tv.h"
typedef
struct
bitinfo
...
...
Write
Preview
Supports
Markdown
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