Added a method to ElementRegion.

llvm-svn: 58020
This commit is contained in:
Zhongxing Xu 2008-10-23 01:35:34 +00:00
parent 5c407d9a9b
commit e7104dcab6

View File

@ -273,6 +273,8 @@ class ElementRegion : public SubRegion {
public:
SVal getIndex() const { return Index; }
void Profile(llvm::FoldingSetNodeID& ID) const;
static bool classof(const MemRegion* R) {