Add an RAII ScopedWriter, which allows one to acquire a writer lock for the...
Add an RAII ScopedWriter, which allows one to acquire a writer lock for the duration of a scope. Simplify a lot of uses of writer locks in Constants.cpp by using it. llvm-svn: 73630
Loading
Please register or sign in to comment