From cfa271980e5377b7f17c347ea474c21832ee74bf Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Thu, 29 Dec 2016 21:48:28 +0000 Subject: [PATCH] [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 --- include/llvm/Analysis/ConstantFolding.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.49.0