aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-01-15 04:10:54 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-01-15 04:10:54 +0000
commitbbc8fb000beb5e5308d4bd9f4a76ac63db7d09f4 (patch)
treec7b3ab1210534dd92e64e99073c22a00c3da9193 /gcc/expr.h
parent165a5bad872543b77cd9519127d96d0c18e93e11 (diff)
downloadgcc-bbc8fb000beb5e5308d4bd9f4a76ac63db7d09f4.zip
gcc-bbc8fb000beb5e5308d4bd9f4a76ac63db7d09f4.tar.gz
gcc-bbc8fb000beb5e5308d4bd9f4a76ac63db7d09f4.tar.bz2
explow.c (copy_all_reg, stabilize): Remove.
* explow.c (copy_all_reg, stabilize): Remove. * expr.h: Remove the corresponding prototypes. From-SVN: r93683
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index a7eb1e3..b624413 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -642,14 +642,6 @@ extern void set_mem_attributes_minus_bitpos (rtx, tree, int, HOST_WIDE_INT);
/* Assemble the static constant template for function entry trampolines. */
extern rtx assemble_trampoline_template (void);
-/* Given rtx, return new rtx whose address won't be affected by
- any side effects. It has been copied to a new temporary reg. */
-extern rtx stabilize (rtx);
-
-/* Given an rtx, copy all regs it refers to into new temps
- and return a modified copy that refers to the new temps. */
-extern rtx copy_all_regs (rtx);
-
/* Copy given rtx to a new temp reg and return that. */
extern rtx copy_to_reg (rtx);