[llvm] r205657 - [PowerPC] PPCTTI Cleanup

Hal Finkel hfinkel at anl.gov
Fri Apr 4 16:51:12 PDT 2014


Author: hfinkel
Date: Fri Apr  4 18:51:11 2014
New Revision: 205657

URL: http://llvm.org/viewvc/llvm-project?rev=205657&view=rev
Log:
[PowerPC] PPCTTI Cleanup

Remove the declaration of an unimplemented function.

Modified:
    llvm/trunk/lib/Target/PowerPC/PPCTargetTransformInfo.cpp

Modified: llvm/trunk/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCTargetTransformInfo.cpp?rev=205657&r1=205656&r2=205657&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCTargetTransformInfo.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCTargetTransformInfo.cpp Fri Apr  4 18:51:11 2014
@@ -37,10 +37,6 @@ class PPCTTI final : public ImmutablePas
   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");





More information about the llvm-commits mailing list