diff options
Diffstat (limited to 'ir.h')
| -rw-r--r-- | ir.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -157,6 +157,7 @@ struct mctarg { short gpr0, /* first gpr */ ngpr, /* gpr count */ bpr, /* frame/base pointer reg */ + gprscratch, fprscratch, /* scratch registers for regalloc */ fpr0, /* first fpr */ nfpr; /* fpr count */ regset rcallee, /* callee-saved */ |