mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 05:26:50 +00:00
Address post-commit comments for https://reviews.llvm.org/D29596. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294985 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
db4a46b079
commit
47946adf77
@ -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…
x
Reference in New Issue
Block a user