summaryrefslogtreecommitdiffstats
path: root/gcc/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index f172ec34a8b..370fb0a1936 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -1,6 +1,6 @@
/* Compilation switch flag definitions for GCC.
Copyright (C) 1987, 1988, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002,
- 2003
+ 2003, 2004
Free Software Foundation, Inc.
This file is part of GCC.
@@ -689,6 +689,10 @@ extern int flag_branch_target_load_optimize;
extern int flag_branch_target_load_optimize2;
+/* For the bt-load pass, nonzero means don't re-use branch target registers
+ in any basic block. */
+extern int flag_btr_bb_exclusive;
+
/* Nonzero means we should do dwarf2 duplicate elimination. */
OpenPOWER on IntegriCloud