From: Richard Kenner Date: Sun, 26 Nov 1995 18:54:52 +0000 (-0500) Subject: (load_multiple matcher): Fix typo with opcode. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d89ddcfd09139b69a992abbcfbd4d2f98b3fac7e;p=gcc.git (load_multiple matcher): Fix typo with opcode. From-SVN: r10592 --- diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index ccea4dc81e0..3a975abe03f 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -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)