[PowerPC] PPCTTI Cleanup
authorHal Finkel <hfinkel@anl.gov>
Fri, 4 Apr 2014 23:51:11 +0000 (23:51 +0000)
committerHal Finkel <hfinkel@anl.gov>
Fri, 4 Apr 2014 23:51:11 +0000 (23:51 +0000)
Remove the declaration of an unimplemented function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205657 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCTargetTransformInfo.cpp

index 2f4d5c1dec3115a38c8d0309128ecad9f0961133..53b2dd65d0f6cb4935703eeb428800f3396b33aa 100644 (file)
@@ -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");