Index: lib/IR/SafepointIRVerifier.cpp =================================================================== --- lib/IR/SafepointIRVerifier.cpp +++ lib/IR/SafepointIRVerifier.cpp @@ -92,6 +92,7 @@ Listed = true; } } + (void)Listed; assert(Listed && "basic block is not found among incoming blocks"); return false; }