From b6ed641c719e3f370b0e9120823b349993c3494b Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Tue, 15 Oct 2013 00:48:42 +0000 Subject: [mips] Delete unnecessary code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192660 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/MipsSEISelLowering.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/Target/Mips/MipsSEISelLowering.cpp') diff --git a/lib/Target/Mips/MipsSEISelLowering.cpp b/lib/Target/Mips/MipsSEISelLowering.cpp index 28aea71025..a6b5abc3fd 100644 --- a/lib/Target/Mips/MipsSEISelLowering.cpp +++ b/lib/Target/Mips/MipsSEISelLowering.cpp @@ -33,9 +33,6 @@ static cl::opt NoDPLoadStore("mno-ldc1-sdc1", cl::init(false), MipsSETargetLowering::MipsSETargetLowering(MipsTargetMachine &TM) : MipsTargetLowering(TM) { // Set up the register classes - - clearRegisterClasses(); - addRegisterClass(MVT::i32, &Mips::GPR32RegClass); if (HasMips64) -- cgit v1.2.3