mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
This code has always been dead on itanium
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22916 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5499742c06
commit
8212203ab9
@ -339,24 +339,3 @@ void IA64RegisterInfo::emitEpilogue(MachineFunction &MF,
|
||||
|
||||
#include "IA64GenRegisterInfo.inc"
|
||||
|
||||
const TargetRegisterClass*
|
||||
IA64RegisterInfo::getRegClassForType(const Type* Ty) const {
|
||||
switch (Ty->getTypeID()) {
|
||||
default: assert(0 && "Invalid type to getClass!");
|
||||
case Type::LongTyID:
|
||||
case Type::ULongTyID:
|
||||
case Type::BoolTyID:
|
||||
case Type::SByteTyID:
|
||||
case Type::UByteTyID:
|
||||
case Type::ShortTyID:
|
||||
case Type::UShortTyID:
|
||||
case Type::IntTyID:
|
||||
case Type::UIntTyID:
|
||||
case Type::PointerTyID: return &GRInstance;
|
||||
|
||||
case Type::FloatTyID:
|
||||
case Type::DoubleTyID: return &FPInstance;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -23,7 +23,6 @@ namespace llvm {
|
||||
|
||||
struct IA64RegisterInfo : public IA64GenRegisterInfo {
|
||||
IA64RegisterInfo();
|
||||
const TargetRegisterClass* getRegClassForType(const Type* Ty) const;
|
||||
|
||||
/// Code Generation virtual methods...
|
||||
void storeRegToStackSlot(MachineBasicBlock &MBB,
|
||||
|
Loading…
x
Reference in New Issue
Block a user