From: Hal Finkel Date: Fri, 4 Apr 2014 23:51:11 +0000 (+0000) Subject: [PowerPC] PPCTTI Cleanup X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cef9f7ef271e9d95c8151ed8e683ef272b6b8c18;p=oota-llvm.git [PowerPC] PPCTTI Cleanup Remove the declaration of an unimplemented function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205657 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCTargetTransformInfo.cpp b/lib/Target/PowerPC/PPCTargetTransformInfo.cpp index 2f4d5c1dec3..53b2dd65d0f 100644 --- a/lib/Target/PowerPC/PPCTargetTransformInfo.cpp +++ b/lib/Target/PowerPC/PPCTargetTransformInfo.cpp @@ -37,10 +37,6 @@ class PPCTTI final : public ImmutablePass, public TargetTransformInfo { const PPCSubtarget *ST; const PPCTargetLowering *TLI; - /// Estimate the overhead of scalarizing an instruction. Insert and Extract - /// are set if the result needs to be inserted and/or extracted from vectors. - unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const; - public: PPCTTI() : ImmutablePass(ID), TM(0), ST(0), TLI(0) { llvm_unreachable("This pass cannot be directly constructed");