From bc3aa5c56b15157c31341a27fc4a195449073165 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Sat, 6 Aug 2016 08:37:12 +0000 Subject: [PATCH] [CodeGen] Fix a -Wdocumentation warning A parameter was documented with the wrong name. No functionality change is intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277915 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/IfConversion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/IfConversion.cpp b/lib/CodeGen/IfConversion.cpp index fc270a2c997..14e210e567c 100644 --- a/lib/CodeGen/IfConversion.cpp +++ b/lib/CodeGen/IfConversion.cpp @@ -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, -- 2.11.0