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
f5400d9d
Commit
f5400d9d
authored
Mar 01, 2010
by
Matthias Braun
Browse files
fix for my last commit
[r27250]
parent
45fc5c69
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/bespill.c
View file @
f5400d9d
...
...
@@ -29,7 +29,7 @@
#include "irtools.h"
#include "debug.h"
#include "iredges_t.h"
#include "
adt/
raw_bitset.h"
#include "raw_bitset.h"
#include "statev.h"
#include "irgwalk.h"
...
...
ir/opt/funccall.c
View file @
f5400d9d
...
...
@@ -25,8 +25,6 @@
*/
#include "config.h"
#include <adt/raw_bitset.h>
#include "opt_init.h"
#include "irnode_t.h"
...
...
@@ -43,6 +41,7 @@
#include "iroptimize.h"
#include "analyze_irg_args.h"
#include "irhooks.h"
#include "raw_bitset.h"
#include "debug.h"
DEBUG_ONLY
(
static
firm_dbg_module_t
*
dbg
;)
...
...
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