We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36a41b commit caedf79Copy full SHA for caedf79
llvm/include/llvm/CodeGen/MachinePassManager.h
@@ -91,7 +91,7 @@ class MachineFunctionAnalysisManager : public AnalysisManager<MachineFunction> {
91
///
92
/// This method never runs the analysis.
93
94
- /// \returns null if there is no cached result.
+ /// returns null if there is no cached result.
95
using Base::getCachedResult;
96
97
// FIXME: Add LoopAnalysisManager or CGSCCAnalysisManager if needed.
0 commit comments