[llvm] 5fe23de - [NFC] Remove redundant word in comment
via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 21 10:04:36 PST 2021
Author: madhur13490
Date: 2021-02-21T18:04:20Z
New Revision: 5fe23de5db0398104364ade31aa084f1e28dfc91
URL: https://github.com/llvm/llvm-project/commit/5fe23de5db0398104364ade31aa084f1e28dfc91
DIFF: https://github.com/llvm/llvm-project/commit/5fe23de5db0398104364ade31aa084f1e28dfc91.diff
LOG: [NFC] Remove redundant word in comment
Differential Revision: https://reviews.llvm.org/D97157
Added:
Modified:
llvm/include/llvm/Analysis/LoopAnalysisManager.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Analysis/LoopAnalysisManager.h b/llvm/include/llvm/Analysis/LoopAnalysisManager.h
index 11dbd15c8678..92db1d67fc4e 100644
--- a/llvm/include/llvm/Analysis/LoopAnalysisManager.h
+++ b/llvm/include/llvm/Analysis/LoopAnalysisManager.h
@@ -47,7 +47,7 @@ class TargetTransformInfo;
/// The adaptor from a function pass to a loop pass computes these analyses and
/// makes them available to the loop passes "for free". Each loop pass is
-/// expected expected to update these analyses if necessary to ensure they're
+/// expected to update these analyses if necessary to ensure they're
/// valid after it runs.
struct LoopStandardAnalysisResults {
AAResults &AA;
More information about the llvm-commits
mailing list