StringRegion is not boundable.

llvm-svn: 74786
This commit is contained in:
Zhongxing Xu 2009-07-04 11:31:53 +00:00
parent 95bac6f77c
commit 108f89cbfa
1 changed files with 3 additions and 1 deletions

View File

@ -320,6 +320,8 @@ public:
return Str->getType();
}
bool isBoundable() const { return false; }
void Profile(llvm::FoldingSetNodeID& ID) const {
ProfileRegion(ID, Str, superRegion);
}
@ -389,7 +391,7 @@ public:
QualType getValueType(ASTContext& C) const {
return C.getCanonicalType(CL->getType());
}
void Profile(llvm::FoldingSetNodeID& ID) const;
void print(llvm::raw_ostream& os) const;