aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir.h')
-rw-r--r--src/ir.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ir.h b/src/ir.h
index 434c2a7..cd115ff 100644
--- a/src/ir.h
+++ b/src/ir.h
@@ -177,7 +177,7 @@ rsiter(int *i, u64int rs)
return 1;
}
-enum {
+enum fnprop {
FNBLKID = 1<<0,
FNUSE = 1<<1,
FNRPO = 1<<2,
@@ -206,7 +206,6 @@ typedef struct Function {
typedef 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 */