On 4 June 2014 01:07, Jones, Joel wrote:
> There is duplicate code for determining whether a load or store
> instruction needs acquire or release semantics. This patch removes the
> duplicated code and uses a modifying operator to output a/l instead. Since
> the testsuite already contains test
On Tue, Jun 3, 2014 at 5:07 PM, Jones, Joel
wrote:
> There is duplicate code for determining whether a load or store
> instruction needs acquire or release semantics. This patch removes the
> duplicated code and uses a modifying operator to output a/l instead. Since
> the testsuite already con
There is duplicate code for determining whether a load or store
instruction needs acquire or release semantics. This patch removes the
duplicated code and uses a modifying operator to output a/l instead. Since the
testsuite already contains tests for the atomic functions, no new testcases are