aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2014-04-04 23:51:11 +0000
committerHal Finkel <hfinkel@anl.gov>2014-04-04 23:51:11 +0000
commitb1308d525c133f256ac8e2f13ec2d3b589a2f3fc (patch)
tree0c1fe484da52a8207b71b93926bbb08e7c021feb /llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
parent326c1f6804a46536d677c091b02fde175397d9f2 (diff)
downloadllvm-b1308d525c133f256ac8e2f13ec2d3b589a2f3fc.zip
llvm-b1308d525c133f256ac8e2f13ec2d3b589a2f3fc.tar.gz
llvm-b1308d525c133f256ac8e2f13ec2d3b589a2f3fc.tar.bz2
[PowerPC] PPCTTI Cleanup
Remove the declaration of an unimplemented function. llvm-svn: 205657
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp b/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
index 2f4d5c1..53b2dd6 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
+++ b/llvm/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");