Added more checking in "dead stores" for values that are initialized
but never used. Fix a bug in LiveVariables where uses on the LHS of self-assign operators (e.g +=, *=, etc) would not be properly recorded in the liveness state of the variable. llvm-svn: 41757
Loading
Please register or sign in to comment