summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/docs/OptBisect.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/OptBisect.rst b/llvm/docs/OptBisect.rst
index 5a216d419a6..4dcbb76cceb 100644
--- a/llvm/docs/OptBisect.rst
+++ b/llvm/docs/OptBisect.rst
@@ -166,7 +166,7 @@ A MachineFunctionPass should use FunctionPass::skipFunction() as such:
bool MyMachineFunctionPass::runOnMachineFunction(Function &MF) {
if (skipFunction(*MF.getFunction())
- return false;
+ return false;
// Otherwise, run the pass normally.
}
OpenPOWER on IntegriCloud