mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
[mips] Delete unnecessary code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192660 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
efc053bd67
commit
b6ed641c71
@ -33,9 +33,6 @@ static cl::opt<bool> NoDPLoadStore("mno-ldc1-sdc1", cl::init(false),
|
|||||||
MipsSETargetLowering::MipsSETargetLowering(MipsTargetMachine &TM)
|
MipsSETargetLowering::MipsSETargetLowering(MipsTargetMachine &TM)
|
||||||
: MipsTargetLowering(TM) {
|
: MipsTargetLowering(TM) {
|
||||||
// Set up the register classes
|
// Set up the register classes
|
||||||
|
|
||||||
clearRegisterClasses();
|
|
||||||
|
|
||||||
addRegisterClass(MVT::i32, &Mips::GPR32RegClass);
|
addRegisterClass(MVT::i32, &Mips::GPR32RegClass);
|
||||||
|
|
||||||
if (HasMips64)
|
if (HasMips64)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user