diff options
| author | Craig Topper <craig.topper@gmail.com> | 2016-12-29 21:48:28 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2016-12-29 21:48:28 +0000 |
| commit | ea0351333259a4e7963fbceee837decdd5b72c5c (patch) | |
| tree | 16f280b8463a732ddb68828439416aa71106c4ec | |
| parent | 507256b2873e3c9ca203bc4fdafc7d017d265dcb (diff) | |
| download | bcm5719-llvm-ea0351333259a4e7963fbceee837decdd5b72c5c.tar.gz bcm5719-llvm-ea0351333259a4e7963fbceee837decdd5b72c5c.zip | |
[Analysis] Remove repeated text from a comment. NFC
llvm-svn: 290723
| -rw-r--r-- | llvm/include/llvm/Analysis/ConstantFolding.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm/Analysis/ConstantFolding.h b/llvm/include/llvm/Analysis/ConstantFolding.h index 9b0e34984d4..517842c8b0d 100644 --- a/llvm/include/llvm/Analysis/ConstantFolding.h +++ b/llvm/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); |

