Skip to content

Commit 953a78d

Browse files
clang-format
Signed-off-by: Mikhail R. Gadelha <[email protected]>
1 parent ef5b386 commit 953a78d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/lib/Target/RISCV/RISCVLateOpt.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,6 @@ bool RISCVLateBranchOpt::runOnMachineFunction(MachineFunction &Fn) {
106106
return Changed;
107107
}
108108

109-
FunctionPass *llvm::createRISCVLateBranchOptPass() { return new RISCVLateBranchOpt(); }
109+
FunctionPass *llvm::createRISCVLateBranchOptPass() {
110+
return new RISCVLateBranchOpt();
111+
}

0 commit comments

Comments
 (0)