diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/CodeGen/BranchFolding.h')
-rw-r--r-- | contrib/llvm-project/llvm/lib/CodeGen/BranchFolding.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/llvm-project/llvm/lib/CodeGen/BranchFolding.h b/contrib/llvm-project/llvm/lib/CodeGen/BranchFolding.h index 49c6bcae2db4..2a4ea92a92aa 100644 --- a/contrib/llvm-project/llvm/lib/CodeGen/BranchFolding.h +++ b/contrib/llvm-project/llvm/lib/CodeGen/BranchFolding.h @@ -32,8 +32,7 @@ class TargetRegisterInfo; class LLVM_LIBRARY_VISIBILITY BranchFolder { public: - explicit BranchFolder(bool defaultEnableTailMerge, - bool CommonHoist, + explicit BranchFolder(bool DefaultEnableTailMerge, bool CommonHoist, MBFIWrapper &FreqInfo, const MachineBranchProbabilityInfo &ProbInfo, ProfileSummaryInfo *PSI, |