1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[NFC] Fix a comment in MachinePassManager.h

Fix "warning: '\returns' command used in a comment that is not attached
to a function or method declaration [-Wdocumentation]
1 warning generated."
This commit is contained in:
Yuanfang Chen 2020-10-08 15:38:57 -07:00
parent c199a61ffa
commit 6d12c0842b

View File

@ -91,7 +91,7 @@ public:
///
/// This method never runs the analysis.
///
/// \returns null if there is no cached result.
/// returns null if there is no cached result.
using Base::getCachedResult;
// FIXME: Add LoopAnalysisManager or CGSCCAnalysisManager if needed.