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
198147f2
Commit
198147f2
authored
Mar 30, 2006
by
Christian Würdig
Browse files
removed explicit set for debug mask
parent
91c8f672
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/besched.c
View file @
198147f2
...
...
@@ -81,8 +81,6 @@ int sched_verify(const ir_node *block)
pset
*
scheduled_nodes
=
pset_new_ptr_default
();
FIRM_DBG_REGISTER
(
firm_dbg_module_t
*
dbg_sched
,
"firm.be.sched"
);
firm_dbg_set_mask
(
dbg_sched
,
-
1
);
/* Count the number of nodes in the schedule. */
n
=
0
;
sched_foreach
(
block
,
irn
)
...
...
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