*** empty log message ***

From-SVN: r1255
This commit is contained in:
Richard Stallman 1992-06-24 02:53:36 +00:00
parent cac18c3054
commit b36d7dd7b4
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;