diff options
author | Hal Finkel <hfinkel@anl.gov> | 2014-04-04 23:51:11 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2014-04-04 23:51:11 +0000 |
commit | b1308d525c133f256ac8e2f13ec2d3b589a2f3fc (patch) | |
tree | 0c1fe484da52a8207b71b93926bbb08e7c021feb /llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp | |
parent | 326c1f6804a46536d677c091b02fde175397d9f2 (diff) | |
download | llvm-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.cpp | 4 |
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"); |