Suppress unused variable warning in the no-asserts build.

llvm-svn: 255706
This commit is contained in:
Evgeniy Stepanov 2015-12-15 23:30:29 +00:00
parent 3a7fcbb441
commit 4059eeca82
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}