(add/asl recognizer): Use space, not #, after asl.
authorRichard Stallman <rms@gnu.org>
Tue, 18 May 1993 22:09:26 +0000 (22:09 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 18 May 1993 22:09:26 +0000 (22:09 +0000)
Shuffle operands differently.

From-SVN: r4500

gcc/config/arm/arm.md

index cae751f0b383dbdfbcfc2aabdac812ababf728e0..342e61793a5b0bea4b92df05cd214f889be28cfe 100644 (file)
 {
   int shift = int_log2 (INTVAL (operands[4]));
   operands[4] = GEN_INT (shift);
-  arm_output_asm_insn (\"add\\t%0, %2, %3, asl#%4\", operands);
-  operands[2] = operands[0];
+  arm_output_asm_insn (\"add\\t%0, %2, %3, asl %4\", operands);
+  operands[2] = operands[1];
+  operands[1] = operands[0];
   return output_add_immediate (operands);
 }")
 \f