aboutsummaryrefslogtreecommitdiff
path: root/gcc/pass_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/pass_manager.h')
-rw-r--r--gcc/pass_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/pass_manager.h b/gcc/pass_manager.h
index 41d2c7605d2..04c6237d791 100644
--- a/gcc/pass_manager.h
+++ b/gcc/pass_manager.h
@@ -74,6 +74,7 @@ public:
return pass_mode_switching_1;
}
opt_pass *get_pass_peephole2 () const { return pass_peephole2_1; }
+ opt_pass *get_pass_profile () const { return pass_profile_1; }
public:
/* The root of the compilation pass tree, once constructed. */