1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[NFC] Remove redundant word in comment

Differential Revision: https://reviews.llvm.org/D97157
This commit is contained in:
madhur13490 2021-02-21 18:02:44 +00:00
parent ce78a3156f
commit c582e6ee1c

View File

@ -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;