Commit 96bd19a7 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* sparc.c (sparc_variable_issue): Fix typo in last change.

From-SVN: r45066
parent 0310e5ac
2001-08-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* sparc.c (sparc_variable_issue): Fix typo in last change.
2001-08-20 Richard Henderson <rth@redhat.com> 2001-08-20 Richard Henderson <rth@redhat.com>
* varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage. * varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage.
......
...@@ -7755,7 +7755,7 @@ sparc_variable_issue (dump, sched_verbose, insn, cim) ...@@ -7755,7 +7755,7 @@ sparc_variable_issue (dump, sched_verbose, insn, cim)
int cim; int cim;
{ {
if (sparc_cpu == PROCESSOR_ULTRASPARC) if (sparc_cpu == PROCESSOR_ULTRASPARC)
return ultrasparc_variable_issue (INSN); return ultrasparc_variable_issue (insn);
else else
return cim - 1; return cim - 1;
} }
......
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