"llvm/lib/Target/Sparc/SparcInstrInfo.td" did not exist on "a9382ca59effb19f6ff9914885f5c22213705f64"
Add a heuristic to the dead stores checker to prune dead stores for variables...
Add a heuristic to the dead stores checker to prune dead stores for variables annotated with '__block'. This is overly conservative, but now the analyzer doesn't report dead stores for variables that can be updated by a block call. llvm-svn: 90364
Loading
Please register or sign in to comment