summaryrefslogtreecommitdiffstats
path: root/clang/lib
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
commitc700b362c7c43ad88a56e35b2d3b54ef5afc4183 (patch)
tree72e161be6ceb03378c239faa57dead39350156ae /clang/lib
parentd4f00616cfcbefa4c12231f35dfa6809fe4828b9 (diff)
downloadbcm5719-llvm-c700b362c7c43ad88a56e35b2d3b54ef5afc4183.tar.gz
bcm5719-llvm-c700b362c7c43ad88a56e35b2d3b54ef5afc4183.zip
I have a dream, one day, we won't need to do this.
llvm-svn: 78305
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Analysis/RegionStore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Analysis/RegionStore.cpp b/clang/lib/Analysis/RegionStore.cpp
index 817c6ecfe57..32167560451 100644
--- a/clang/lib/Analysis/RegionStore.cpp
+++ b/clang/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();
OpenPOWER on IntegriCloud