(load_multiple matcher): Fix typo with opcode.
From-SVN: r10592
This commit is contained in:
parent
3c7342722d
commit
d89ddcfd09
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user