]> granicus.if.org Git - clang/commit
Fixed bug in 'LiveVariables' analysis where we incorrectly marked a variable
authorTed Kremenek <kremenek@apple.com>
Fri, 18 Jan 2008 00:40:21 +0000 (00:40 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 18 Jan 2008 00:40:21 +0000 (00:40 +0000)
commit2a9da9c85fbe559299a3d123180ed07a53b533c6
treeb41da6561f3d8beb6ac4b45606d423bb6f57efb9
parentd3cd1e56d19474ac785e54c3915d82d2ad7f7fa9
Fixed bug in 'LiveVariables' analysis where we incorrectly marked a variable
dead at an assignment without taking into account if the variable was used in
the RHS of the assignment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46153 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/LiveVariables.cpp