Rephrase condition for better readability. NFC

llvm-svn: 297168
This commit is contained in:
Adrian Prantl 2017-03-07 17:50:51 +00:00
parent 3b9fb88476
commit 39c6fa6064
1 changed files with 1 additions and 1 deletions

View File

@ -2126,7 +2126,7 @@ void Verifier::visitFunction(const Function &F) {
auto *N = F.getSubprogram();
HasDebugInfo = (N != nullptr);
if (!N)
if (!HasDebugInfo)
return;
// Check that all !dbg attachments lead to back to N (or, at least, another