forked from OSchip/llvm-project
I have a dream, one day, we won't need to do this.
llvm-svn: 78305
This commit is contained in:
parent
d4f00616cf
commit
c700b362c7
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue