* config/arm/arm.c (output_move_double): In one case properly
count number of instructions that will be emitted.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184088
138bc75d-0d04-0410-961f-
82ee72b054a4
+2012-02-10 Roman Zhuykov <zhroma@ispras.ru>
+
+ * config/arm/arm.c (output_move_double): In one case properly
+ count number of instructions that will be emitted.
+
2012-02-10 Richard Guenther <rguenther@suse.de>
PR translation/52193
output_asm_insn ("sub%?\t%0, %1, %2", otherops);
}
+ if (count)
+ *count = 2;
+
if (TARGET_LDRD)
return "ldr%(d%)\t%0, [%1]";