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