buildroot/toolchain/gcc/4.3.3/900-backport-fix-for-bug-39...

12 lines
431 B
Diff
Raw Normal View History

2009-02-13 09:34:08 +01:00
--- gcc-4.3.2.orig/gcc/regrename.c 2007-09-09 04:23:47.000000000 +0200
+++ gcc-4.3.2/gcc/regrename.c 2009-02-05 10:23:59.000000000 +0100
@@ -813,7 +813,7 @@
OP_IN, 0);
for (i = 0; i < recog_data.n_dups; i++)
- *recog_data.dup_loc[i] = copy_rtx (old_dups[i]);
+ *recog_data.dup_loc[i] = old_dups[i];
for (i = 0; i < n_ops; i++)
*recog_data.operand_loc[i] = old_operands[i];
if (recog_data.n_dups)