Skip to content

Commit 91b8868

Browse files
committed
clang format
1 parent b09cfdf commit 91b8868

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

llvm/include/llvm/CodeGen/MachineSink.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ class MachineSinkingPass : public PassInfoMixin<MachineSinkingPass> {
2222

2323
PreservedAnalyses run(MachineFunction &MF, MachineFunctionAnalysisManager &);
2424

25-
void printPipeline(raw_ostream &OS, function_ref<StringRef(StringRef)> MapClassName2PassName);
25+
void printPipeline(raw_ostream &OS,
26+
function_ref<StringRef(StringRef)> MapClassName2PassName);
2627
};
2728

2829
} // namespace llvm

llvm/lib/CodeGen/MachineSink.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ char MachineSinkingLegacy::ID = 0;
320320

321321
char &llvm::MachineSinkingLegacyID = MachineSinkingLegacy::ID;
322322

323-
INITIALIZE_PASS_BEGIN(MachineSinkingLegacy, DEBUG_TYPE, "Machine code sinking", false,
324-
false)
323+
INITIALIZE_PASS_BEGIN(MachineSinkingLegacy, DEBUG_TYPE, "Machine code sinking",
324+
false, false)
325325
INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass)
326326
INITIALIZE_PASS_DEPENDENCY(MachineBranchProbabilityInfoWrapperPass)
327327
INITIALIZE_PASS_DEPENDENCY(MachineDominatorTreeWrapperPass)

0 commit comments

Comments
 (0)