[llvm] r338105 - [Docs] Remove hard tab character from code block in optbisect documentation
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 26 23:54:13 PDT 2018
Author: ctopper
Date: Thu Jul 26 23:54:13 2018
New Revision: 338105
URL: http://llvm.org/viewvc/llvm-project?rev=338105&view=rev
Log:
[Docs] Remove hard tab character from code block in optbisect documentation
Modified:
llvm/trunk/docs/OptBisect.rst
Modified: llvm/trunk/docs/OptBisect.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/OptBisect.rst?rev=338105&r1=338104&r2=338105&view=diff
==============================================================================
--- llvm/trunk/docs/OptBisect.rst (original)
+++ llvm/trunk/docs/OptBisect.rst Thu Jul 26 23:54:13 2018
@@ -166,7 +166,7 @@ A MachineFunctionPass should use Functio
bool MyMachineFunctionPass::runOnMachineFunction(Function &MF) {
if (skipFunction(*MF.getFunction())
- return false;
+ return false;
// Otherwise, run the pass normally.
}
More information about the llvm-commits
mailing list