forked from OSchip/llvm-project
parent
ed23f18d7e
commit
6e0d58968d
|
@ -2790,7 +2790,7 @@ static void CheckLineNumbers(const MachineFunction *MF) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (!FoundLineNo)
|
||||
if (!FoundLineNo && I->size())
|
||||
++BlocksWithoutLineNo;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue