diff options
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r-- | gcc/gimple.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h index 19d45d00e3e..e73fe0d8905 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -875,6 +875,9 @@ extern bool is_gimple_condexpr (tree); /* Returns true iff T is a valid call address expression. */ extern bool is_gimple_call_addr (tree); +/* Return TRUE iff stmt is a call to a built-in function. */ +extern bool is_gimple_builtin_call (gimple stmt); + extern void recalculate_side_effects (tree); extern bool gimple_compare_field_offset (tree, tree); extern tree gimple_register_canonical_type (tree); |