(load_multiple matcher): Fix typo with opcode.

From-SVN: r10592
This commit is contained in:
Richard Kenner 1995-11-26 13:54:52 -05:00
parent 3c7342722d
commit d89ddcfd09

View File

@ -4723,7 +4723,7 @@
xop[0] = operands[1];
xop[1] = operands[2];
xop[2] = GEN_INT (4 * (words-1));
output_asm_insn (\"{lsi|lswi} %0,%1,%2\;lwz %1,%2(%1)\", xop);
output_asm_insn (\"{lsi|lswi} %0,%1,%2\;{l|lwz} %1,%2(%1)\", xop);
return \"\";
}
else if (i == 0)