aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2009-08-12 16:51:41 +0000
committerXinliang David Li <davidxl@gcc.gnu.org>2009-08-12 16:51:41 +0000
commit6eb29714e4e42bb0ce53759b2567a71b96cd5c8e (patch)
tree169e66302796b1a698328523a598d07c824939db /gcc/tree-flow.h
parente8e76230ed27bb3a942c0db135089f905c43684f (diff)
downloadgcc-6eb29714e4e42bb0ce53759b2567a71b96cd5c8e.zip
gcc-6eb29714e4e42bb0ce53759b2567a71b96cd5c8e.tar.gz
gcc-6eb29714e4e42bb0ce53759b2567a71b96cd5c8e.tar.bz2
Fix to PR41012
From-SVN: r150703
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index 1d2e69a..ff2b52b 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -597,6 +597,7 @@ extern void record_vars (tree);
extern bool block_may_fallthru (const_tree);
extern bool gimple_seq_may_fallthru (gimple_seq);
extern bool gimple_stmt_may_fallthru (gimple);
+extern bool gimple_check_call_args (gimple);
/* In tree-ssa.c */