mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-16 22:50:01 +00:00

This change has a bit of a trickle down effect due to the fact that there are a number of derived implementations of ExecutionEngine, and that the mutex is not tightly encapsulated so is used by other classes directly. Reviewed by: rnk Differential Revision: http://reviews.llvm.org/D4196 llvm-svn: 211214