Skip to content

Commit caedf79

Browse files
author
Yuanfang Chen
committed
[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."
1 parent e36a41b commit caedf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/MachinePassManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class MachineFunctionAnalysisManager : public AnalysisManager<MachineFunction> {
9191
///
9292
/// This method never runs the analysis.
9393
///
94-
/// \returns null if there is no cached result.
94+
/// returns null if there is no cached result.
9595
using Base::getCachedResult;
9696

9797
// FIXME: Add LoopAnalysisManager or CGSCCAnalysisManager if needed.

0 commit comments

Comments
 (0)