[llvm] r290723 - [Analysis] Remove repeated text from a comment. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 29 13:48:29 PST 2016
Author: ctopper
Date: Thu Dec 29 15:48:28 2016
New Revision: 290723
URL: http://llvm.org/viewvc/llvm-project?rev=290723&view=rev
Log:
[Analysis] Remove repeated text from a comment. NFC
Modified:
llvm/trunk/include/llvm/Analysis/ConstantFolding.h
Modified: llvm/trunk/include/llvm/Analysis/ConstantFolding.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/ConstantFolding.h?rev=290723&r1=290722&r2=290723&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/ConstantFolding.h (original)
+++ llvm/trunk/include/llvm/Analysis/ConstantFolding.h Thu Dec 29 15:48:28 2016
@@ -49,8 +49,7 @@ Constant *ConstantFoldInstruction(Instru
/// ConstantFoldConstant - Attempt to fold the constant using the
/// specified DataLayout.
-/// If successful, the constant result is result is returned, if not,
-/// null is returned.
+/// If successful, the constant result is returned, if not, null is returned.
Constant *ConstantFoldConstant(const Constant *C, const DataLayout &DL,
const TargetLibraryInfo *TLI = nullptr);
More information about the llvm-commits
mailing list