aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/RegionStore.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-08-06 12:56:50 +0000
committerMike Stump <mrs@apple.com>2009-08-06 12:56:50 +0000
commit1aeb247705f53a3be72bf7bff1a17d14f1bc7e14 (patch)
tree93163ccf1044baed2304ab3452a0384fa8bd952f /lib/Analysis/RegionStore.cpp
parenta71d5713ea5e14eaf07ef978cef1c3ad492311f6 (diff)
I have a dream, one day, we won't need to do this.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78305 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/RegionStore.cpp')
-rw-r--r--lib/Analysis/RegionStore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp
index 817c6ecfe5..3216756045 100644
--- a/lib/Analysis/RegionStore.cpp
+++ b/lib/Analysis/RegionStore.cpp
@@ -1230,6 +1230,7 @@ SVal RegionStoreManager::RetrieveStruct(const GRState *state,
const RecordType* RT = T->getAsStructureType();
RecordDecl* RD = RT->getDecl();
assert(RD->isDefinition());
+ (void)RD;
#if USE_EXPLICIT_COMPOUND
llvm::ImmutableList<SVal> StructVal = getBasicVals().getEmptySValList();