mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
[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
This commit is contained in:
parent
0610fb407e
commit
cef9f7ef27
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user