diff options
author | Owen Anderson <resistor@mac.com> | 2009-06-20 00:24:58 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-06-20 00:24:58 +0000 |
commit | 0d2de8c35e2d1860f1d7adfbec073a0adc96bce6 (patch) | |
tree | d83a33ee1878726e0b7c6f31e19719f8cd378fe2 /llvm/lib/CodeGen/LiveVariables.cpp | |
parent | e8918d52d10444b1d859400125b8ef69450a2c87 (diff) | |
download | llvm-0d2de8c35e2d1860f1d7adfbec073a0adc96bce6.zip llvm-0d2de8c35e2d1860f1d7adfbec073a0adc96bce6.tar.gz llvm-0d2de8c35e2d1860f1d7adfbec073a0adc96bce6.tar.bz2 |
Revert r73790, and replace it with a significantly less ugly solution. Rather than trying to make the global reader-writer lock work,
create separate recursive mutexes for each value map. The recursive-ness fixes the double-acquiring issue, which having one per ValueMap
lets us continue to maintain some concurrency.
llvm-svn: 73801
Diffstat (limited to 'llvm/lib/CodeGen/LiveVariables.cpp')
0 files changed, 0 insertions, 0 deletions