forked from OSchip/llvm-project
[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:
parent
a19d0f2f3e
commit
70c93fa69a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue