mirror of
git://c9x.me/qbe.git
synced 2026-04-07 10:59:47 +00:00
use more machine registers
This commit is contained in:
parent
7333826bce
commit
fa298cc9e1
@ -44,7 +44,7 @@ enum Reg {
|
|||||||
|
|
||||||
Tmp0, /* first non-reg temporary */
|
Tmp0, /* first non-reg temporary */
|
||||||
|
|
||||||
NReg = RDX - RAX + 1,
|
NReg = RBX - RAX + 1,
|
||||||
NRSave = 9,
|
NRSave = 9,
|
||||||
NRClob = 5,
|
NRClob = 5,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user