From de759d6c2700aad27bb242617dfaf0aaaf777c41 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 9 Dec 2024 13:46:09 +0000 Subject: [PATCH] [TTI] TargetTransformInfo::getPointersChainCost - fix formatting. NFC. --- llvm/include/llvm/Analysis/TargetTransformInfo.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/llvm/include/llvm/Analysis/TargetTransformInfo.h b/llvm/include/llvm/Analysis/TargetTransformInfo.h index aa530b54c5c6..c4d5459d2509 100644 --- a/llvm/include/llvm/Analysis/TargetTransformInfo.h +++ b/llvm/include/llvm/Analysis/TargetTransformInfo.h @@ -335,12 +335,10 @@ public: /// chain of loads or stores within same block) operations set when lowered. /// \p AccessTy is the type of the loads/stores that will ultimately use the /// \p Ptrs. - InstructionCost - getPointersChainCost(ArrayRef Ptrs, const Value *Base, - const PointersChainInfo &Info, Type *AccessTy, - TargetCostKind CostKind = TTI::TCK_RecipThroughput - - ) const; + InstructionCost getPointersChainCost( + ArrayRef Ptrs, const Value *Base, + const PointersChainInfo &Info, Type *AccessTy, + TargetCostKind CostKind = TTI::TCK_RecipThroughput) const; /// \returns A value by which our inlining threshold should be multiplied. /// This is primarily used to bump up the inlining threshold wholesale on