aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/RegionStore.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-07-03 06:11:41 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-07-03 06:11:41 +0000
commit8834af3f8e85c0a7e309e5be9b41e438f51b9b36 (patch)
tree2cddbe11dcae1f67e42b34a7cd12ae99295bc290 /lib/Analysis/RegionStore.cpp
parentc5771fd4a8371ff408000884fce22529fa49208a (diff)
remove utility methods that are not very useful.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74762 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/RegionStore.cpp')
-rw-r--r--lib/Analysis/RegionStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp
index 288831c5f9..23e8b738b6 100644
--- a/lib/Analysis/RegionStore.cpp
+++ b/lib/Analysis/RegionStore.cpp
@@ -937,7 +937,7 @@ SVal RegionStoreManager::RetrieveElement(const GRState* state,
// Check if the super region has a binding.
if (B.lookup(superR)) {
// We do not extract the bit value from super region for now.
- return ValMgr.makeUnknownVal();
+ return UnknownVal();
}
if (R->hasHeapStorage()) {