forked from OSchip/llvm-project
Suppress unused variable warning in the no-asserts build.
llvm-svn: 255706
This commit is contained in:
parent
3a7fcbb441
commit
4059eeca82
|
@ -92,6 +92,7 @@ ConstantInt *CrossDSOCFI::extractBitSetTypeId(MDNode *MD) {
|
|||
(void)F;
|
||||
// But can never be a function declaration.
|
||||
assert(!F || !F->isDeclaration());
|
||||
(void)F; // Suppress unused variable warning in the no-asserts build.
|
||||
}
|
||||
return C;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue