Revert "Make reads and writes of the guard variable atomic."
This reverts commit r357944 and r357949. These changes failed to account for the fact that the guard object is under aligned for atomic operations on 32 bit platforms (It's aligned to 4 bytes but we require 8). llvm-svn: 357958
Loading
Please register or sign in to comment