I have a dream, one day, we won't need to do this.

llvm-svn: 78305
This commit is contained in:
Mike Stump 2009-08-06 12:56:50 +00:00
parent d4f00616cf
commit c700b362c7
1 changed files with 1 additions and 0 deletions

View File

@ -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();