mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-28 22:00:30 +00: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) {
|
||||
if (skipFunction(*MF.getFunction())
|
||||
return false;
|
||||
return false;
|
||||
// Otherwise, run the pass normally.
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user