Go to file
Ted Kremenek 3ce57c6baf 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
2007-09-06 23:39:53 +00:00
clang Added more checking in "dead stores" for values that are initialized 2007-09-06 23:39:53 +00:00
llvm Constify to catch bugs. 2007-09-06 19:46:46 +00:00