[CodeGen] Fix a -Wdocumentation warning
A parameter was documented with the wrong name.
No functionality change is intended.
llvm-svn: 277915
diff --git a/llvm/lib/CodeGen/IfConversion.cpp b/llvm/lib/CodeGen/IfConversion.cpp
index fc270a2..14e210e 100644
--- a/llvm/lib/CodeGen/IfConversion.cpp
+++ b/llvm/lib/CodeGen/IfConversion.cpp
@@ -598,7 +598,7 @@
/// 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,