Commit b6cd4666 by Jim Wilson

*** empty log message ***

From-SVN: r146
parent e0689256
...@@ -397,7 +397,7 @@ add_dependence (insn, elem, dep_type) ...@@ -397,7 +397,7 @@ add_dependence (insn, elem, dep_type)
{ {
/* If this is a more restrictive type of dependence than the existing /* If this is a more restrictive type of dependence than the existing
one, then change the existing dependence to this type. */ 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); PUT_REG_NOTE_KIND (link, dep_type);
return; return;
} }
......
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