aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/RegionStore.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2008-11-07 08:57:30 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2008-11-07 08:57:30 +0000
commit13d1ee2ea780c749f8c2298d253b67d50535e493 (patch)
treecef1928fbbbd627e94a3ed056fd6f7d47a983df0 /lib/Analysis/RegionStore.cpp
parentdaac634c9744257d43ce892b973019b16468caf2 (diff)
Make the assertion real.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58833 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 04aa41e056..2000d80ca5 100644
--- a/lib/Analysis/RegionStore.cpp
+++ b/lib/Analysis/RegionStore.cpp
@@ -173,7 +173,7 @@ SVal RegionStoreManager::getLValueField(const GRState* St, SVal Base,
return Base;
default:
- assert("Unhandled Base.");
+ assert(0 && "Unhandled Base.");
return Base;
}