mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[Docs] Remove hard tab character from code block in optbisect documentation
llvm-svn: 338105
This commit is contained in:
parent
a19cba4d76
commit
abbbe309af
@ -166,7 +166,7 @@ A MachineFunctionPass should use FunctionPass::skipFunction() as such:
|
|||||||
|
|
||||||
bool MyMachineFunctionPass::runOnMachineFunction(Function &MF) {
|
bool MyMachineFunctionPass::runOnMachineFunction(Function &MF) {
|
||||||
if (skipFunction(*MF.getFunction())
|
if (skipFunction(*MF.getFunction())
|
||||||
return false;
|
return false;
|
||||||
// Otherwise, run the pass normally.
|
// Otherwise, run the pass normally.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user