Commit b36d7dd7 by Richard Stallman

*** empty log message ***

From-SVN: r1255
parent cac18c30
......@@ -5548,7 +5548,7 @@ gen_input_reload (reloadreg, in, before_insn)
It might be better not to actually emit the insn unless it is valid,
but we need to pass the insn as an operand to `recog' and
`insn_extract'and it is simpler to emit and then delete the insn if
`insn_extract' and it is simpler to emit and then delete the insn if
not valid than to dummy things up. */
rtx op0, op1, tem, insn;
......
......@@ -415,7 +415,7 @@ xcoffout_declare_function (file, decl, name)
{
if (name[i] == '[')
{
n = alloca (i + 1);
n = (char *) alloca (i + 1);
strncpy (n, name, i);
n[i] = '\0';
break;
......
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