Skip to content

Commit 0ee1a31

Browse files
committed
Rebase
1 parent e9b13de commit 0ee1a31

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ unsigned SystemZTTIImpl::adjustInliningThreshold(const CallBase *CB) const {
135135

136136
LLVM_DEBUG(if (Bonus)
137137
dbgs() << "++ SZTTI Adding inlining bonus: " << Bonus << "\n";);
138-
139138
return Bonus;
140139
}
141140

llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class SystemZTTIImpl : public BasicTTIImplBase<SystemZTTIImpl> {
3838
/// \name Scalar TTI Implementations
3939
/// @{
4040

41-
unsigned getInliningThresholdMultiplier() const { return 1; }
4241
unsigned adjustInliningThreshold(const CallBase *CB) const;
4342

4443
InstructionCost getIntImmCost(const APInt &Imm, Type *Ty,

0 commit comments

Comments
 (0)