diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-31 22:35:01 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-31 22:35:01 +0000 |
commit | 0313ba85b057b73281bf6afbb480a9d113cdff50 (patch) | |
tree | 7e3e5839360050a8bc148bad78f055062095f165 /gcc/config/i386 | |
parent | 36fb56854445bf8cb665c92ab45c671062681360 (diff) | |
download | gcc-0313ba85b057b73281bf6afbb480a9d113cdff50.tar.gz |
PR target/31507
* config/i386/i386.md (pushsf_rex64): Use X instead of < constraints
for the first push_operand.
* gcc.dg/pr31507-1.c: New test.
* gcc.dg/pr31507-2.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129807 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386')
-rw-r--r-- | gcc/config/i386/i386.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 168188397a1..7bc3cf45467 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -2486,7 +2486,7 @@ (set_attr "mode" "SF,SI,SF")]) (define_insn "*pushsf_rex64" - [(set (match_operand:SF 0 "push_operand" "=<,<,<") + [(set (match_operand:SF 0 "push_operand" "=X,X,X") (match_operand:SF 1 "nonmemory_no_elim_operand" "f,rF,x"))] "TARGET_64BIT" { |