*** empty log message ***

From-SVN: r146
This commit is contained in:
Jim Wilson 1991-12-28 15:16:05 -08:00
parent e06892563c
commit b6cd4666bc
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ add_dependence (insn, elem, dep_type)
{
/* If this is a more restrictive type of dependence than the existing
one, then change the existing dependence to this type. */
if (dep_type < REG_NOTE_KIND (link))
if ((int) dep_type < (int) REG_NOTE_KIND (link))
PUT_REG_NOTE_KIND (link, dep_type);
return;
}