mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-19 08:34:04 +08:00
*** empty log message ***
From-SVN: r258
This commit is contained in:
parent
ff57c94ea8
commit
4db1857482
@ -718,7 +718,11 @@ reg_class_record (op, opno, constraints)
|
||||
case '4':
|
||||
/* If constraint says "match another operand",
|
||||
use that operand's constraint to choose preferences. */
|
||||
next = constraints[*p - '0'];
|
||||
if (*p - '0' < opno)
|
||||
{
|
||||
opno = *p - '0';
|
||||
next = constraints[opno];
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user