aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.h
diff options
context:
space:
mode:
authorRamana Radhakrishnan <ramana.radhakrishnan@arm.com>2010-07-08 09:29:43 +0000
committerRamana Radhakrishnan <ramana@gcc.gnu.org>2010-07-08 09:29:43 +0000
commit2e1ec94ff0b0a954d540332b400d5376498ee7f7 (patch)
tree01b97f48f60b6b26a33e36c02e9c0c36908cc106 /gcc/tree-inline.h
parenta03a9774c1c1ec8e9eac9c0f06cd52868d9fc452 (diff)
downloadgcc-2e1ec94ff0b0a954d540332b400d5376498ee7f7.zip
gcc-2e1ec94ff0b0a954d540332b400d5376498ee7f7.tar.gz
gcc-2e1ec94ff0b0a954d540332b400d5376498ee7f7.tar.bz2
Fix PR44768
From-SVN: r161947
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r--gcc/tree-inline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h
index 7f62ffc..a8a33aa 100644
--- a/gcc/tree-inline.h
+++ b/gcc/tree-inline.h
@@ -185,6 +185,6 @@ extern tree remap_decl (tree decl, copy_body_data *id);
extern tree remap_type (tree type, copy_body_data *id);
extern gimple_seq copy_gimple_seq_and_replace_locals (gimple_seq seq);
-extern HOST_WIDE_INT estimated_stack_frame_size (void);
+extern HOST_WIDE_INT estimated_stack_frame_size (tree);
#endif /* GCC_TREE_INLINE_H */