diff options
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -272,6 +272,7 @@ extern void expand_assignment (tree, tree, bool); and storing the value into TARGET. If SUGGEST_REG is nonzero, copy the value through a register and return that register, if that is possible. */ +extern rtx store_expr_with_bounds (tree, rtx, int, bool, tree); extern rtx store_expr (tree, rtx, int, bool); /* Given an rtx that may include add and multiply operations, |