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
ffe5947b
Commit
ffe5947b
authored
Aug 06, 2010
by
Christoph Mallon
Browse files
Indent.
[r27884]
parent
2418d35c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bechordal.c
View file @
ffe5947b
...
...
@@ -129,7 +129,7 @@ static void pair_up_operands(const be_chordal_alloc_env_t *alloc_env, be_insn_t
/*
* For each out operand, try to find an in operand which can be assigned the
* same register as the out operand.
*/
*/
for
(
j
=
0
;
j
<
insn
->
use_start
;
++
j
)
{
be_operand_t
*
smallest
=
NULL
;
int
smallest_n_regs
=
env
->
cls
->
n_regs
+
1
;
...
...
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