diff options
author | Bernd Schmidt <bernds@redhat.co.uk> | 2000-09-17 12:45:51 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 2000-09-17 12:45:51 +0000 |
commit | ebb1b59ac046c73a55541f5c6d7acc65c6e284b9 (patch) | |
tree | 278cde0ad17613ffacff0e59525f96e19d129f9f /gcc/expr.h | |
parent | e85427f984beadddb4bcd2b1948454f1b872c1f5 (diff) | |
download | gcc-ebb1b59ac046c73a55541f5c6d7acc65c6e284b9.tar.gz |
Bring back equal forms for libcalls
From-SVN: r36469
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index 596b68ab82f..ffa7d86ad95 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -1017,11 +1017,6 @@ extern void emit_push_insn PARAMS ((rtx, enum machine_mode, tree, rtx, unsigned int, int, rtx, int, rtx, rtx, int, rtx)); -/* Emit library call. */ -extern void emit_library_call PARAMS ((rtx, int, enum machine_mode, int, ...)); -extern rtx emit_library_call_value PARAMS ((rtx, rtx, int, enum machine_mode, - int, ...)); - /* Expand an assignment that stores the value of FROM into TO. */ extern rtx expand_assignment PARAMS ((tree, tree, int, int)); |