]> granicus.if.org Git - clang/commit
Renamed some internal classes for the GR-Constant Propagation analysis.
authorTed Kremenek <kremenek@apple.com>
Wed, 16 Jan 2008 00:53:15 +0000 (00:53 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 16 Jan 2008 00:53:15 +0000 (00:53 +0000)
commitcb448ca8b372710d48a232fddcec615164eee574
tree90067ee181347679cb2fa49611e23df0e08d40ca
parentb586cce95c69161c771f7a966383beb4fc5dd394
Renamed some internal classes for the GR-Constant Propagation analysis.
Cleaned up GRConstants::AddBinding to not directly reference the
predecessor node.  Now we just manipulate the current state, and a driver
function creates nodes as needed.

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