forked from OSchip/llvm-project
Address post-commit comments for https://reviews.llvm.org/D29596. NFCI.
llvm-svn: 294985
This commit is contained in:
parent
259ad9cf08
commit
4d35f9e10e
|
@ -1155,7 +1155,7 @@ MachineBasicBlock::findDebugLoc(instr_iterator MBBI) {
|
|||
/// Return UnknownLoc if there is none.
|
||||
DebugLoc
|
||||
MachineBasicBlock::findBranchDebugLoc() {
|
||||
DebugLoc DL {};
|
||||
DebugLoc DL;
|
||||
auto TI = getFirstTerminator();
|
||||
while (TI != end() && !TI->isBranch())
|
||||
++TI;
|
||||
|
|
Loading…
Reference in New Issue