mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 17:30:58 +08:00
Declare flag_reorder_blocks and flag_rename_registers
From-SVN: r38728
This commit is contained in:
parent
1cca43ea27
commit
b883f80146
@ -1,3 +1,8 @@
|
||||
2001-01-05 Michael Meissner <meissner@redhat.com>
|
||||
|
||||
* flags.h (flag_reorder_blocks): Add declaration.
|
||||
(flag_rename_block): Ditto.
|
||||
|
||||
2001-01-05 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* function.c (reorder_blocks): Make sure the flags are all reset
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user