mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[mips] Delete unnecessary code.
llvm-svn: 192660
This commit is contained in:
parent
839e52dd85
commit
7167d48169
@ -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