Skip to content

Commit 7417cc1

Browse files
committed
Fix typo in DwarfDebug [NFC]
1 parent 8b2b2c0 commit 7417cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ static void collectCallSiteParameters(const MachineInstr *CallMI,
615615
++NumCSParams;
616616
};
617617

618-
// Search for a loading value in forwaring registers.
618+
// Search for a loading value in forwarding registers.
619619
for (; I != MBB->rend(); ++I) {
620620
// If the next instruction is a call we can not interpret parameter's
621621
// forwarding registers or we finished the interpretation of all parameters.

0 commit comments

Comments
 (0)