aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2014-02-07 03:11:27 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2014-02-07 02:11:27 +0000
commite2f0f5f70455606bf951e22457184e6bf18d580f (patch)
tree1b375a4749d5db755163291df7cd94b2113f649e /gcc/expr.h
parent44afe5e47bfc9397159fb0de15ff394960063661 (diff)
downloadgcc-e2f0f5f70455606bf951e22457184e6bf18d580f.zip
gcc-e2f0f5f70455606bf951e22457184e6bf18d580f.tar.gz
gcc-e2f0f5f70455606bf951e22457184e6bf18d580f.tar.bz2
re PR target/60077 (gcc.target/i386/pr35767-5.c FAILs)
PR target/60077 * expr.c (emit_move_resolve_push): Export; be bit more selective on when to clear alias set. * expr.h (emit_move_resolve_push): Declare. * function.h (struct function): Add tail_call_marked. * tree-tailcall.c (optimize_tail_call): Set tail_call_marked. * config/i386/i386-protos.h (ix86_expand_push): Remove. * config/i386/i386.md (TImode move expander): De not call ix86_expand_push. (FP push expanders): Preserve memory attributes. * config/i386/sse.md (push<mode>1): Remove. * config/i386/i386.c (ix86_expand_vector_move): Handle push operation. (ix86_expand_push): Remove. * config/i386/mmx.md (push<mode>1): Remove. From-SVN: r207587
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index da5d4a6..5111f06 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -413,6 +413,7 @@ extern rtx emit_move_insn_1 (rtx, rtx);
extern rtx emit_move_complex_push (enum machine_mode, rtx, rtx);
extern rtx emit_move_complex_parts (rtx, rtx);
+extern rtx emit_move_resolve_push (enum machine_mode, rtx);
/* Push a block of length SIZE (perhaps variable)
and return an rtx to address the beginning of the block. */