diff options
author | Jakub Jelinek <jakub@redhat.com> | 2014-02-07 03:11:27 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2014-02-07 02:11:27 +0000 |
commit | e2f0f5f70455606bf951e22457184e6bf18d580f (patch) | |
tree | 1b375a4749d5db755163291df7cd94b2113f649e /gcc/config/i386/mmx.md | |
parent | 44afe5e47bfc9397159fb0de15ff394960063661 (diff) | |
download | gcc-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/config/i386/mmx.md')
-rw-r--r-- | gcc/config/i386/mmx.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/i386/mmx.md b/gcc/config/i386/mmx.md index 239e5db..214acde 100644 --- a/gcc/config/i386/mmx.md +++ b/gcc/config/i386/mmx.md @@ -213,14 +213,6 @@ [(const_int 0)] "ix86_split_long_move (operands); DONE;") -(define_expand "push<mode>1" - [(match_operand:MMXMODE 0 "register_operand")] - "TARGET_MMX" -{ - ix86_expand_push (<MODE>mode, operands[0]); - DONE; -}) - (define_expand "movmisalign<mode>" [(set (match_operand:MMXMODE 0 "nonimmediate_operand") (match_operand:MMXMODE 1 "nonimmediate_operand"))] |