]> granicus.if.org Git - clang/commit
Fixed horrid bug in LiveVariables analysis where we were only merging at
authorTed Kremenek <kremenek@apple.com>
Fri, 22 Feb 2008 23:17:20 +0000 (23:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 22 Feb 2008 23:17:20 +0000 (23:17 +0000)
commitd156d536e1fb9defcf187da64e7765ec058580eb
treeb878aefe8db08136caeeee5bbb53b6535242706a
parentbfc10c961212fe2701c717efa134ce9cb55b38cf
Fixed horrid bug in LiveVariables analysis where we were only merging at
confluence points the liveness information for variables (Decls) and NOT
block-level expressions.

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