Commit 5722d61c by Jeff Law

Fix typo

From-SVN: r28851
parent e16ba10c
......@@ -1295,7 +1295,7 @@ sparc_emit_set_symbolic_const64 (op0, op1, temp1)
or %temp4, %temp5, %reg */
/* Getting this right wrt. reloading is really tricky.
We _MUST_ have a seperate temporary at this point,
We _MUST_ have a separate temporary at this point,
if we don't barf immediately instead of generating
incorrect code. */
if (temp1 == op0)
......@@ -1338,7 +1338,7 @@ sparc_emit_set_symbolic_const64 (op0, op1, temp1)
else
{
/* Getting this right wrt. reloading is really tricky.
We _MUST_ have a seperate temporary at this point,
We _MUST_ have a separate temporary at this point,
so we barf immediately instead of generating
incorrect code. */
if (temp1 == op0)
......
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