Replace an instance of custom atomics with standard ones.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 11 Jun 2015 17:30:34 +0000 (17:30 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 11 Jun 2015 17:30:34 +0000 (17:30 +0000)
commit29edabcc443580e596e7345079b2ce7e13448332
treec3caece9aa5894d6d2324e76b850c69e91c64f09
parent688e7b3049dad23ee7fd0127e2d78ea4210d2f57
Replace an instance of custom atomics with standard ones.

Eventually I want to get rid of them entirely, but Statistic.h is still blocked
on MSVC bugs. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239545 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/DiagnosticInfo.cpp