[llvm] r291999 - Delete duplicate word. NFC
Xin Tong via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 21:51:36 PST 2017
Author: trentxintong
Date: Fri Jan 13 23:51:36 2017
New Revision: 291999
URL: http://llvm.org/viewvc/llvm-project?rev=291999&view=rev
Log:
Delete duplicate word. NFC
Modified:
llvm/trunk/include/llvm/Analysis/LoopInfo.h
Modified: llvm/trunk/include/llvm/Analysis/LoopInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/LoopInfo.h?rev=291999&r1=291998&r2=291999&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/LoopInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/LoopInfo.h Fri Jan 13 23:51:36 2017
@@ -469,7 +469,7 @@ public:
/// the loop that branches to the loop header.
///
/// The LoopID metadata node should have one or more operands and the first
- /// operand should should be the node itself.
+ /// operand should be the node itself.
void setLoopID(MDNode *LoopID) const;
/// Return true if no exit block for the loop has a predecessor that is
More information about the llvm-commits
mailing list