summaryrefslogtreecommitdiffstats
path: root/gcc/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index bc686e46e1a..fc19efe3da4 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -192,6 +192,14 @@ extern int flag_test_coverage;
extern int flag_branch_probabilities;
+/* Nonzero if basic blocks should be reordered. */
+
+extern int flag_reorder_blocks;
+
+/* Nonzero if registers should be renamed. */
+
+extern int flag_rename_registers;
+
/* Nonzero for -pedantic switch: warn about anything
that standard C forbids. */
OpenPOWER on IntegriCloud