diff options
Diffstat (limited to 'gcc/expr.h')
| -rw-r--r-- | gcc/expr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index cea80725e3a..26c53cf8dbc 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -828,6 +828,9 @@ extern void expand_float PROTO((rtx, rtx, int)); /* Generate code for a FIX_EXPR. */ extern void expand_fix PROTO((rtx, rtx, int)); +/* Call this to initialize an optab function entry. */ +extern rtx init_one_libfunc PROTO ((const char *)); + /* Call this once to initialize the contents of the optabs appropriately for the current target machine. */ extern void init_optabs PROTO((void)); |

