We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5b386 commit 953a78dCopy full SHA for 953a78d
llvm/lib/Target/RISCV/RISCVLateOpt.cpp
@@ -106,4 +106,6 @@ bool RISCVLateBranchOpt::runOnMachineFunction(MachineFunction &Fn) {
106
return Changed;
107
}
108
109
-FunctionPass *llvm::createRISCVLateBranchOptPass() { return new RISCVLateBranchOpt(); }
+FunctionPass *llvm::createRISCVLateBranchOptPass() {
110
+ return new RISCVLateBranchOpt();
111
+}
0 commit comments