diff options
Diffstat (limited to 'contrib/gcc/params.h')
-rw-r--r-- | contrib/gcc/params.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc/params.h b/contrib/gcc/params.h index 0a78445..3cf392f 100644 --- a/contrib/gcc/params.h +++ b/contrib/gcc/params.h @@ -106,4 +106,6 @@ typedef enum compiler_param PARAM_VALUE (PARAM_MAX_GCSE_PASSES) #define MAX_UNROLLED_INSNS \ PARAM_VALUE (PARAM_MAX_UNROLLED_INSNS) +#define MAX_LAST_VALUE_RTL \ + PARAM_VALUE (PARAM_MAX_LAST_VALUE_RTL) #endif /* ! GCC_PARAMS_H */ |