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
e97d72b4
Commit
e97d72b4
authored
Sep 29, 2009
by
Thomas Bersch
Browse files
Bitset added to pbqp_co_t data structure.
Bitset contain's information if node has register constraints or not [r26660]
parent
276f1807
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/becopypbqp.h
View file @
e97d72b4
...
...
@@ -26,6 +26,7 @@ struct _pbqp_co_t {
pmap
*
map
;
// contains relation between irn and pbqp node
pbqp
*
pbqp
;
bitset_t
*
ignore_reg
;
bitset_t
*
constatNodes
;
be_ifg_t
*
ifg
;
};
...
...
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