[CodeGen] Fix a -Wdocumentation warning

A parameter was documented with the wrong name.
No functionality change is intended.

llvm-svn: 277915
This commit is contained in:
David Majnemer 2016-08-06 08:37:12 +00:00
parent a19d0f2f3e
commit 70c93fa69a
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ static inline bool skipDebugInstructionsForward(
/// Decrement It until it points to a non-debug instruction or to Begin.
/// @param It Iterator to decrement.
/// @param End Iterator that points to beginning. Will be compared to It
/// @param Begin Iterator that points to beginning. Will be compared to It
/// @returns true if It == Begin, false otherwise.
static inline bool skipDebugInstructionsBackward(
MachineBasicBlock::iterator &It,