1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

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 c731e85192
commit 2250e1ba9f

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