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
adfb196f
Commit
adfb196f
authored
Sep 08, 2015
by
Matthias Braun
Browse files
Move ir_node struct from irtypes.h to irnode_t.h, remove irtypes.h, cleanup
parent
13113d43
Changes
65
Hide whitespace changes
Inline
Side-by-side
ir/opt/opt_osr.c
View file @
adfb196f
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#include "hashptr.h"
#include "hashptr.h"
#include "ircons.h"
#include "ircons.h"
#include "irdom.h"
#include "irdom.h"
#include "iredges.h"
#include "iredges
_t
.h"
#include "irflag_t.h"
#include "irflag_t.h"
#include "irgmod.h"
#include "irgmod.h"
#include "irgwalk.h"
#include "irgwalk.h"
...
...
ir/opt/parallelize_mem.c
View file @
adfb196f
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include "obst.h"
#include "obst.h"
#include "irdump.h"
#include "irdump.h"
#include "irflag_t.h"
#include "irflag_t.h"
#include "iredges.h"
#include "iredges
_t
.h"
#include "type_t.h"
#include "type_t.h"
typedef
struct
parallelize_info
typedef
struct
parallelize_info
...
...
ir/opt/reassoc.c
View file @
adfb196f
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
#include "irgmod.h"
#include "irgmod.h"
#include "irgopt.h"
#include "irgopt.h"
#include "iropt_dbg.h"
#include "iropt_dbg.h"
#include "iredges_t.h"
#include "irflag_t.h"
#include "irflag_t.h"
#include "irgwalk.h"
#include "irgwalk.h"
#include "irouts.h"
#include "irouts.h"
...
...
ir/stat/firmstat_t.h
View file @
adfb196f
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include "irgwalk.h"
#include "irgwalk.h"
#include "counter.h"
#include "counter.h"
#include "irhooks.h"
#include "irhooks.h"
#include "set.h"
/*
/*
* just be make some things clear :-), the
* just be make some things clear :-), the
...
...
ir/tv/tv.c
View file @
adfb196f
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
#include "tv_t.h"
#include "tv_t.h"
#include "set.h"
#include "set.h"
#include "entity_t.h"
#include "entity_t.h"
#include "hashptr.h"
#include "irmode_t.h"
#include "irmode_t.h"
#include "irprintf.h"
#include "irprintf.h"
#include "irnode.h"
#include "irnode.h"
...
...
Prev
1
2
3
4
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