mirror of https://github.com/golang/go.git
SVN=121547
This commit is contained in:
parent
5182aff001
commit
a93099cd8c
|
|
@ -40,7 +40,7 @@ cgen(Node *n, Node *res)
|
|||
|
||||
if(!res->addable) {
|
||||
if(n->ullman > res->ullman) {
|
||||
regalloc(&n1, nr->type, res);
|
||||
regalloc(&n1, n->type, res);
|
||||
cgen(n, &n1);
|
||||
cgen(&n1, res);
|
||||
regfree(&n1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue