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