diff options
Diffstat (limited to 'gcc/fold-const-call.h')
-rw-r--r-- | gcc/fold-const-call.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fold-const-call.h b/gcc/fold-const-call.h index 6befc9b..2cb2c5b 100644 --- a/gcc/fold-const-call.h +++ b/gcc/fold-const-call.h @@ -20,9 +20,9 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_FOLD_CONST_CALL_H #define GCC_FOLD_CONST_CALL_H -tree fold_const_call (built_in_function, tree, tree); -tree fold_const_call (built_in_function, tree, tree, tree); -tree fold_const_call (built_in_function, tree, tree, tree, tree); +tree fold_const_call (combined_fn, tree, tree); +tree fold_const_call (combined_fn, tree, tree, tree); +tree fold_const_call (combined_fn, tree, tree, tree, tree); tree fold_fma (location_t, tree, tree, tree, tree); #endif |