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:
parent
c199a61ffa
commit
6d12c0842b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user