mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
remove dead target hooks.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35847 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1974,25 +1974,6 @@ bool TargetLowering::isLegalAddressingMode(const AddrMode &AM,
|
||||
return true;
|
||||
}
|
||||
|
||||
/// isLegalAddressImmediate - Return true if the integer value can be used as
|
||||
/// the offset of the target addressing mode for load / store of the given
|
||||
/// type.
|
||||
bool TargetLowering::isLegalAddressImmediate(int64_t V, const Type *Ty) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
/// isLegalAddressImmediate - Return true if the GlobalValue can be used as
|
||||
/// the offset of the target addressing mode.
|
||||
bool TargetLowering::isLegalAddressImmediate(GlobalValue *GV) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
/// isLegalAddressScale - Return true if the integer value can be used as the
|
||||
/// scale of the target addressing mode for load / store of the given type.
|
||||
bool TargetLowering::isLegalAddressScale(int64_t S, const Type *Ty) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Magic for divide replacement
|
||||
|
||||
struct ms {
|
||||
|
Reference in New Issue
Block a user