Commit 90d10fb9 by Bernd Schmidt Committed by Bernd Schmidt

Make operand numbers contiguous in four patterns.

From-SVN: r37713
parent 7cf5c9e1
2000-11-24 Bernd Schmidt <bernds@redhat.co.uk>
* config/i386/i386.md (call_pop_0, call_pop_1, call_value_pop_0,
call_value_pop_1): Make sure operand numbers are contiguous.
* fold-const.c (fold_range_test): Avoid crash if LHS or RHS is null.
* reload1.c (conflicts_with_override): New function.
......
......@@ -8926,7 +8926,7 @@
[(call (mem:QI (match_operand:SI 0 "constant_call_address_operand" ""))
(match_operand:SI 1 "" ""))
(set (reg:SI 7) (plus:SI (reg:SI 7)
(match_operand:SI 3 "immediate_operand" "")))]
(match_operand:SI 2 "immediate_operand" "")))]
""
"*
{
......@@ -8941,7 +8941,7 @@
[(call (mem:QI (match_operand:SI 0 "call_insn_operand" "rsm"))
(match_operand:SI 1 "" ""))
(set (reg:SI 7) (plus:SI (reg:SI 7)
(match_operand:SI 3 "immediate_operand" "i")))]
(match_operand:SI 2 "immediate_operand" "i")))]
""
"*
{
......@@ -11540,7 +11540,7 @@
(call (mem:QI (match_operand:SI 1 "constant_call_address_operand" ""))
(match_operand:SI 2 "" "")))
(set (reg:SI 7) (plus:SI (reg:SI 7)
(match_operand:SI 4 "immediate_operand" "")))]
(match_operand:SI 3 "immediate_operand" "")))]
""
"*
{
......@@ -11556,7 +11556,7 @@
(call (mem:QI (match_operand:SI 1 "call_insn_operand" "rsm"))
(match_operand:SI 2 "" "")))
(set (reg:SI 7) (plus:SI (reg:SI 7)
(match_operand:SI 4 "immediate_operand" "i")))]
(match_operand:SI 3 "immediate_operand" "i")))]
""
"*
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment