"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1a5de584dca538300a570502be6c15942cc7d3cd"
Enhance dead store checker to not flag preincrements to dead variables where...
Enhance dead store checker to not flag preincrements to dead variables where the preincrement is a subexpression, e.g. foo(++x); This can cause false negatives, but will remove a whole class of false positives. llvm-svn: 57554
Loading
Please register or sign in to comment