From: Craig Topper Date: Thu, 29 Dec 2016 21:48:28 +0000 (+0000) Subject: [Analysis] Remove repeated text from a comment. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfa271980e5377b7f17c347ea474c21832ee74bf;p=llvm [Analysis] Remove repeated text from a comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290723 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/ConstantFolding.h b/include/llvm/Analysis/ConstantFolding.h index 9b0e34984d4..517842c8b0d 100644 --- a/include/llvm/Analysis/ConstantFolding.h +++ b/include/llvm/Analysis/ConstantFolding.h @@ -49,8 +49,7 @@ Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL, /// 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);