diff options
Diffstat (limited to 'gcc/integrate.h')
-rw-r--r-- | gcc/integrate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.h b/gcc/integrate.h index 12dfc90d0f8..c074047084d 100644 --- a/gcc/integrate.h +++ b/gcc/integrate.h @@ -32,5 +32,5 @@ extern void allocate_initial_values (rtx *); /* Check whether there's any attribute in a function declaration that makes the function uninlinable. Returns false if it finds any, true otherwise. */ -extern bool function_attribute_inlinable_p (tree); +extern bool function_attribute_inlinable_p (const_tree); |