Commit ee93c1c6 by Daniel Jacobowitz Committed by Daniel Jacobowitz

* config/arm/arm.md (insv): Do not share operands[0].

From-SVN: r146649
parent b809fa7d
2009-04-23 Daniel Jacobowitz <dan@codesourcery.com>
* config/arm/arm.md (insv): Do not share operands[0].
2009-04-23 Nathan Sidwell <nathan@codesourcery.com>
* config/vxlib-tls.c (active_tls_threads): Delete.
......
......@@ -2280,7 +2280,7 @@
}
}
target = operands[0];
target = copy_rtx (operands[0]);
/* Avoid using a subreg as a subtarget, and avoid writing a paradoxical
subreg as the final target. */
if (GET_CODE (target) == SUBREG)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment