"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "525dda05a0dfdfdb3ffce086bf8b3156b72dae21"
Fix a subtle bug with cleanups: when activating
a previously-inactive cleanup, not only do we need a flag variable, but we should also force the cleanup to query the flag variable. However, we only need to do this when we're activating in a context that's conditionally executed; otherwise, we may safely assume that the cleanup is dominated by the activation point. llvm-svn: 144271
Loading
Please register or sign in to comment