Skip to content

Commit de759d6

Browse files
committed
[TTI] TargetTransformInfo::getPointersChainCost - fix formatting. NFC.
1 parent 54c6a59 commit de759d6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

llvm/include/llvm/Analysis/TargetTransformInfo.h

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,10 @@ class TargetTransformInfo {
335335
/// chain of loads or stores within same block) operations set when lowered.
336336
/// \p AccessTy is the type of the loads/stores that will ultimately use the
337337
/// \p Ptrs.
338-
InstructionCost
339-
getPointersChainCost(ArrayRef<const Value *> Ptrs, const Value *Base,
340-
const PointersChainInfo &Info, Type *AccessTy,
341-
TargetCostKind CostKind = TTI::TCK_RecipThroughput
342-
343-
) const;
338+
InstructionCost getPointersChainCost(
339+
ArrayRef<const Value *> Ptrs, const Value *Base,
340+
const PointersChainInfo &Info, Type *AccessTy,
341+
TargetCostKind CostKind = TTI::TCK_RecipThroughput) const;
344342

345343
/// \returns A value by which our inlining threshold should be multiplied.
346344
/// This is primarily used to bump up the inlining threshold wholesale on

0 commit comments

Comments
 (0)