diff options
Diffstat (limited to 'gcc/analyzer/analyzer.h')
-rw-r--r-- | gcc/analyzer/analyzer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/analyzer/analyzer.h b/gcc/analyzer/analyzer.h index e207d7a9436..7fc6959c460 100644 --- a/gcc/analyzer/analyzer.h +++ b/gcc/analyzer/analyzer.h @@ -80,6 +80,8 @@ extern void register_analyzer_pass (); extern label_text make_label_text (bool can_colorize, const char *fmt, ...); +extern bool fndecl_has_gimple_body_p (tree fndecl); + /* An RAII-style class for pushing/popping cfun within a scope. Doing so ensures we get "In function " announcements from the diagnostics subsystem. */ |