mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 22:29:36 +08:00
flags.h (profile_arc_flag, [...]): Declare.
* flags.h (profile_arc_flag, flag_test_coverage, flag_branch_probabilities): Declare. From-SVN: r13814
This commit is contained in:
parent
9e2f9a7f6a
commit
a7dbb8b439
14
gcc/flags.h
14
gcc/flags.h
@ -1,5 +1,5 @@
|
||||
/* Compilation switch flag definitions for GNU CC.
|
||||
Copyright (C) 1987, 1988, 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987, 1988, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU CC.
|
||||
|
||||
@ -133,6 +133,18 @@ extern int profile_flag;
|
||||
|
||||
extern int profile_block_flag;
|
||||
|
||||
/* 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. */
|
||||
|
||||
extern int flag_test_coverage;
|
||||
|
||||
/* Nonzero indicates that branch taken probabilities should be calculated. */
|
||||
|
||||
extern int flag_branch_probabilities;
|
||||
|
||||
/* Nonzero for -pedantic switch: warn about anything
|
||||
that standard C forbids. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user