1
0
mirror of https://github.com/golang/go synced 2024-11-22 01:34:41 -07:00

SVN=121547

This commit is contained in:
Ken Thompson 2008-06-06 17:01:33 -07:00
parent 5182aff001
commit a93099cd8c

View File

@ -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);