aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h')
-rw-r--r--contrib/llvm-project/llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm-project/llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h b/contrib/llvm-project/llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h
index d8da3be0cd4c..d43f399b2c31 100644
--- a/contrib/llvm-project/llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h
+++ b/contrib/llvm-project/llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h
@@ -25,6 +25,8 @@ using MachineBasicBlockComparator =
void sortBasicBlocksAndUpdateBranches(MachineFunction &MF,
MachineBasicBlockComparator MBBCmp);
+void avoidZeroOffsetLandingPad(MachineFunction &MF);
+
} // end namespace llvm
#endif // LLVM_CODEGEN_BASICBLOCKSECTIONUTILS_H