"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "78f37b74da60ccdca200e457df195d58d76b3b8f"
Eliminated the CompletedNodes argument to the cloneReachable* methods. This
map was only used to implement a marginal GlobalsGraph optimization, and it actually slows the analysis down (due to the overhead of keeping it), so just eliminate it entirely. llvm-svn: 10955
Loading
Please register or sign in to comment