"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "616986f85927b4b0c0789bfedf1ecc6387838cbb"
Fix PR3016, a bug which can occur do to an invalid assumption:
we assumed a CFG structure that would be valid when all code in the function is reachable, but not all code is necessarily reachable. Do a simple, but horrible, CFG walk to check for this case. llvm-svn: 62487
Loading
Please register or sign in to comment