diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-11 12:43:43 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-11 12:43:43 +0000 |
commit | a7dce3810e3094934da73d4e79e49479716caf26 (patch) | |
tree | 0a6c2fe46008d6816c9ccb0e2dbdd0a8f343664e /gcc/flags.h | |
parent | ee6de8cdd86616d041be6422161cdd380fc2af37 (diff) | |
download | gcc-a7dce3810e3094934da73d4e79e49479716caf26.tar.gz |
* calls.c: Fix formatting.
* c-decl.c: Likewise.
* cfgcleanup.c: Likewise.
* combine.c: Likewise.
* cppfiles.c: Likewise.
* cpplib.c: Likewise.
* cppmacro.c: Likewise.
* crtstuff.c: Likewise.
* cse.c: Likewise.
* dwarf2out.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* ggc-page.c: Likewise.
* integrate.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* real.c: Likewise.
* recog.c: Likewise.
* reload1.c: Likewise.
* reload.c: Likewise.
* reorg.c: Likewise.
* resource.c: Likewise.
* sched-rgn.c: Likewise.
* sdbout.c: Likewise.
* stmt.c: Likewise.
* toplev.c: Likewise.
* varasm.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46182 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index bd29cea1cde..bf9e2af95ec 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -42,7 +42,7 @@ enum debug_info_level { DINFO_LEVEL_NONE, /* Write no debugging info. */ DINFO_LEVEL_TERSE, /* Write minimal info to support tracebacks only. */ - DINFO_LEVEL_NORMAL, /* Write info for all declarations (and line table). */ + DINFO_LEVEL_NORMAL, /* Write info for all declarations (and line table). */ DINFO_LEVEL_VERBOSE /* Write normal info plus #define/#undef info. */ }; @@ -89,7 +89,7 @@ extern int extra_warnings; /* Nonzero to warn about unused variables, functions et.al. Use set_Wunused() to update the -Wunused-* flags that correspond to the - -Wunused option. */ + -Wunused option. */ extern void set_Wunused PARAMS ((int setting)); @@ -119,7 +119,7 @@ extern int warn_uninitialized; extern int warn_unknown_pragmas; -/* Nonzero means warn about all declarations which shadow others. */ +/* Nonzero means warn about all declarations which shadow others. */ extern int warn_shadow; @@ -132,7 +132,7 @@ extern int warn_switch; extern int warn_return_type; -/* Warn about functions which might be candidates for attribute noreturn. */ +/* Warn about functions which might be candidates for attribute noreturn. */ extern int warn_missing_noreturn; @@ -174,15 +174,15 @@ extern int profile_flag; extern int profile_block_flag; -/* Nonzero if generating code to profile program flow graph arcs. */ +/* Nonzero if generating code to profile program flow graph arcs. */ extern int profile_arc_flag; -/* Nonzero if generating info for gcov to calculate line test coverage. */ +/* Nonzero if generating info for gcov to calculate line test coverage. */ extern int flag_test_coverage; -/* Nonzero indicates that branch taken probabilities should be calculated. */ +/* Nonzero indicates that branch taken probabilities should be calculated. */ extern int flag_branch_probabilities; @@ -266,12 +266,12 @@ extern int flag_unroll_loops; extern int flag_unroll_all_loops; /* Nonzero forces all invariant computations in loops to be moved - outside the loop. */ + outside the loop. */ extern int flag_move_all_movables; /* Nonzero forces all general induction variables in loops to be - strength reduced. */ + strength reduced. */ extern int flag_reduce_all_givs; @@ -408,16 +408,16 @@ extern int flag_schedule_speculative_load; extern int flag_schedule_speculative_load_dangerous; /* flag_branch_on_count_reg means try to replace add-1,compare,branch tupple - by a cheaper branch, on a count register. */ + by a cheaper branch, on a count register. */ extern int flag_branch_on_count_reg; /* This option is set to 1 on -fsingle-precision-constant option which is used to convert the floating point constants to single precision - constants. */ + constants. */ extern int flag_single_precision_constant; -/* Nonzero means put things in delayed-branch slots if supported. */ +/* Nonzero means put things in delayed-branch slots if supported. */ extern int flag_delayed_branch; @@ -523,7 +523,7 @@ extern int flag_regmove; /* Instrument functions with calls at entry and exit, for profiling. */ extern int flag_instrument_function_entry_exit; -/* Perform a peephole pass before sched2. */ +/* Perform a peephole pass before sched2. */ extern int flag_peephole2; /* Try to guess branch probablities. */ |