diff options
author | Xinliang David Li <davidxl@google.com> | 2011-04-11 20:37:57 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@gcc.gnu.org> | 2011-04-11 20:37:57 +0000 |
commit | 26e0228f565f3d57769d18fa362a300ff51ba1e7 (patch) | |
tree | 8fba1831628ef1da28cb32bae8e55d3e3fe30a06 /gcc/tree-flow.h | |
parent | 6075765d8c6993df315a8792440673d95741a5e8 (diff) | |
download | gcc-26e0228f565f3d57769d18fa362a300ff51ba1e7.zip gcc-26e0228f565f3d57769d18fa362a300ff51ba1e7.tar.gz gcc-26e0228f565f3d57769d18fa362a300ff51ba1e7.tar.bz2 |
sanity check ic target
From-SVN: r172276
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 3c887e2..012c880 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -515,7 +515,7 @@ extern void record_vars_into (tree, tree); extern void record_vars (tree); extern bool gimple_seq_may_fallthru (gimple_seq); extern bool gimple_stmt_may_fallthru (gimple); -extern bool gimple_check_call_args (gimple); +extern bool gimple_check_call_matching_types (gimple, tree); /* In tree-ssa.c */ |