diff options
Diffstat (limited to 'lib/Analysis/RegionStore.cpp')
-rw-r--r-- | lib/Analysis/RegionStore.cpp | 2 |
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()) { |