diff options
author | Jordan Rose <jordan_rose@apple.com> | 2013-03-16 01:07:53 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2013-03-16 01:07:53 +0000 |
commit | 0833c84a5095e38946bae7471b3087f5df874a90 (patch) | |
tree | de34cd9da50484772d2eceba370c033501f56a90 /clang/lib/Frontend | |
parent | 53159311057b0d977f2bf11a93ec0577af534c03 (diff) | |
download | bcm5719-llvm-0833c84a5095e38946bae7471b3087f5df874a90.tar.gz bcm5719-llvm-0833c84a5095e38946bae7471b3087f5df874a90.zip |
[analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef.
...in favor of this typedef:
typedef llvm::DenseMap<const ExplodedNode *, const ExplodedNode *>
InterExplodedGraphMap;
Use this everywhere the previous class and typedef were used.
Took the opportunity to ArrayRef-ize ExplodedGraph::trim while I'm at it.
No functionality change.
llvm-svn: 177215
Diffstat (limited to 'clang/lib/Frontend')
0 files changed, 0 insertions, 0 deletions