Skip to content
  • Ted Kremenek's avatar
    More cleanups with using the liveness analysis to removed dead symbols and · b73a43cc
    Ted Kremenek authored
    variables from the symbolic state. Now we keep a mapping from the predecessor
    node of a statement and its cleaned state, and interpose an accessor
    "GetState()" to return the cleaned state when the node is the predecessor node,
    and the real state otherwise. This obviates problem of ever accidentally
    cleaning the state more than once (thus blowing away new bindings by mistake).
    
    llvm-svn: 48124
    b73a43cc
Loading