commit | 3707cd62db79ba965a211b9e2bb808792ae7343a | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Mon Feb 24 08:16:16 2014 -0600 |
committer | Alexander Graf <agraf@suse.de> | Wed Mar 05 03:07:01 2014 +0100 |
tree | f8b5f267cb43f2ffb148c22fec3cbfd60718a318 | |
parent | 7dff9abe639e5baa6faa78267cc10726504b8de5 [diff] |
target-ppc: Use Additional Temporary in stqcx Case Per Alex Graf's suggestion, the recently added case to gen_conditional_store for stqcx should use an additional temporary when accessing the second doubleword. This avoids the mutation of the EA argument to the function, which is counter intuitive. Signed-off-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>