mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212244 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
70968365db
commit
53616b49ca
@ -120,13 +120,6 @@ static const Mips16IntrinsicHelperType Mips16IntrinsicHelper[] = {
|
|||||||
|
|
||||||
Mips16TargetLowering::Mips16TargetLowering(MipsTargetMachine &TM)
|
Mips16TargetLowering::Mips16TargetLowering(MipsTargetMachine &TM)
|
||||||
: MipsTargetLowering(TM) {
|
: MipsTargetLowering(TM) {
|
||||||
//
|
|
||||||
// set up as if mips32 and then revert so we can test the mechanism
|
|
||||||
// for switching
|
|
||||||
addRegisterClass(MVT::i32, &Mips::GPR32RegClass);
|
|
||||||
addRegisterClass(MVT::f32, &Mips::FGR32RegClass);
|
|
||||||
computeRegisterProperties();
|
|
||||||
clearRegisterClasses();
|
|
||||||
|
|
||||||
// Set up the register classes
|
// Set up the register classes
|
||||||
addRegisterClass(MVT::i32, &Mips::CPU16RegsRegClass);
|
addRegisterClass(MVT::i32, &Mips::CPU16RegsRegClass);
|
||||||
|
Loading…
Reference in New Issue
Block a user