summaryrefslogtreecommitdiffstats
path: root/gcc/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index b986479c4b5..b088f6cb3ba 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -672,6 +672,11 @@ extern int flag_gcse_sm;
extern int flag_gcse_las;
+/* Nonzero if we want to perform global redundancy elimination after
+ register allocation. */
+
+extern int flag_gcse_after_reload;
+
/* Nonzero if value histograms should be used to optimize code. */
extern int flag_value_profile_transformations;
OpenPOWER on IntegriCloud