summaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r--gcc/tree-pass.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index 1627a844c90..8ed2d986ada 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -46,6 +46,9 @@ struct opt_pass
name. If the name starts with a star, no dump happens. */
const char *name;
+ /* The -fopt-info optimization group flags as defined in dumpfile.h. */
+ unsigned int optinfo_flags;
+
/* If non-null, this pass and all sub-passes are executed only if
the function returns true. */
bool (*gate) (void);