Suppress unused variable warning in the no-asserts build.
[oota-llvm.git] / lib / Transforms / IPO / CrossDSOCFI.cpp
index a91ee8451593e80baa4b8b08341bedfd3e14f315..e45d456fdbb7ad3e93df89c0df961ece712b0ec3 100644 (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;
 }