aboutsummaryrefslogtreecommitdiff
path: root/gcc/params.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/params.h')
-rw-r--r--gcc/params.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/params.h b/gcc/params.h
index fbdb634..996f7a0 100644
--- a/gcc/params.h
+++ b/gcc/params.h
@@ -110,4 +110,8 @@ typedef enum compiler_param
PARAM_VALUE (PARAM_GCSE_AFTER_RELOAD_CRITICAL_FRACTION)
#define MAX_UNROLLED_INSNS \
PARAM_VALUE (PARAM_MAX_UNROLLED_INSNS)
+#define GLOBAL_VAR_THRESHOLD \
+ PARAM_VALUE (PARAM_GLOBAL_VAR_THRESHOLD)
+#define MAX_ALIASED_VOPS \
+ PARAM_VALUE (PARAM_MAX_ALIASED_VOPS)
#endif /* ! GCC_PARAMS_H */