forked from OSchip/llvm-project
Fix typo in DwarfDebug [NFC]
This commit is contained in:
parent
8b2b2c08d9
commit
7417cc149b
|
@ -615,7 +615,7 @@ static void collectCallSiteParameters(const MachineInstr *CallMI,
|
|||
++NumCSParams;
|
||||
};
|
||||
|
||||
// Search for a loading value in forwaring registers.
|
||||
// Search for a loading value in forwarding registers.
|
||||
for (; I != MBB->rend(); ++I) {
|
||||
// If the next instruction is a call we can not interpret parameter's
|
||||
// forwarding registers or we finished the interpretation of all parameters.
|
||||
|
|
Loading…
Reference in New Issue