summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/BasicStore.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-05-09 03:57:34 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-05-09 03:57:34 +0000
commit34d04b3ca9657e96174d98976527965585cec535 (patch)
tree4437b0fd48750bd26d1ae274e039d367a3694393 /clang/lib/Analysis/BasicStore.cpp
parentd73cfc734bbedd910c8d3a56bbc07c643169ea05 (diff)
downloadbcm5719-llvm-34d04b3ca9657e96174d98976527965585cec535.tar.gz
bcm5719-llvm-34d04b3ca9657e96174d98976527965585cec535.zip
As discussed with Ted, rename TypedRegion::getObjectType() to
TypedRegion::getValueType(). llvm-svn: 71321
Diffstat (limited to 'clang/lib/Analysis/BasicStore.cpp')
-rw-r--r--clang/lib/Analysis/BasicStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/BasicStore.cpp b/clang/lib/Analysis/BasicStore.cpp
index e4e0cfa983b..b9eeb9f8bcc 100644
--- a/clang/lib/Analysis/BasicStore.cpp
+++ b/clang/lib/Analysis/BasicStore.cpp
@@ -357,7 +357,7 @@ Store BasicStoreManager::BindInternal(Store store, Loc loc, SVal V) {
// elsewhere. Food for thought.
if (const TypedRegion *TyR = dyn_cast<TypedRegion>(R)) {
if (TyR->isBoundable(C) &&
- Loc::IsLocType(TyR->getObjectType(C)))
+ Loc::IsLocType(TyR->getValueType(C)))
V = X->getLoc();
}
}
OpenPOWER on IntegriCloud