diff options
Diffstat (limited to 'gcc/reload.h')
-rw-r--r-- | gcc/reload.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/reload.h b/gcc/reload.h index 5371362b1c0..5159c4763a6 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -99,6 +99,12 @@ struct reload /* The mode this operand should have when reloaded, on output. */ enum machine_mode outmode; + /* The mode of the reload register. */ + enum mode; + + /* the largest number of registers this reload will require. */ + int nregs; + /* Positive amount to increment or decrement by if reload_in is a PRE_DEC, PRE_INC, POST_DEC, POST_INC. Ignored otherwise (don't assume it is zero). */ |