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
26697420
Commit
26697420
authored
Sep 10, 2008
by
Michael Beck
Browse files
typo fixed
[r21807]
parent
2ba470db
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/becopyheur.c
View file @
26697420
...
...
@@ -549,7 +549,7 @@ static void ou_optimize(unit_t *ou) {
arch_get_allocatable_regs
(
aenv
,
ou
->
nodes
[
0
],
-
1
,
pos_regs
);
/* exclude i
n
gore colors */
/* exclude ig
n
ore colors */
bitset_andnot
(
pos_regs
,
ou
->
co
->
cenv
->
ignore_colors
);
assert
(
bitset_popcnt
(
pos_regs
)
!=
0
&&
"No register is allowed for this node !!?"
);
...
...
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