[ARM] Fix atomic bitops earlyclobber
atomic_dec_and_test and atomic_add_negative didn't mark their temporary variables as early-clobber. Fix this.
Showing
Please register or sign in to comment
atomic_dec_and_test and atomic_add_negative didn't mark their temporary variables as early-clobber. Fix this.