"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "68535f7603232c7ab1bb4355a2f91ca2bbe2d02e"
Fix a serious bug that would cause deadlock during abstract type refinement. The constant creation
gets involved, and we end up trying to recursively acquire a writer lock. The fix for this is slightly horrible, and involves passing a boolean "locked" parameter around in Constants.cpp, but it's better than having locked and unlocked versions of most of the code. llvm-svn: 73790
Loading
Please register or sign in to comment