diff options
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index dd7ac9c6058..5c7bbbe6c51 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -505,15 +505,6 @@ extern rtx store_expr (tree, rtx, int); Useful after calling expand_expr with 1 as sum_ok. */ extern rtx force_operand (rtx, rtx); -/* Return an object on the placeholder list that matches EXP, a - PLACEHOLDER_EXPR. An object "matches" if it is of the type of the - PLACEHOLDER_EXPR or a pointer type to it. For further information, see - tree.def. If no such object is found, abort. If PLIST is nonzero, it is - a location which initially points to a starting location in the - placeholder list (zero means start of the list) and where a pointer into - the placeholder list at which the object is found is placed. */ -extern tree find_placeholder (tree, tree *); - /* Generate code for computing expression EXP. An rtx for the computed value is returned. The value is never null. In the case of a void EXP, const0_rtx is returned. */ @@ -808,5 +799,3 @@ extern void do_jump_by_parts_greater_rtx (enum machine_mode, int, rtx, rtx, extern void mark_seen_cases (tree, unsigned char *, HOST_WIDE_INT, int); extern int vector_mode_valid_p (enum machine_mode); - -extern tree placeholder_list; |