Skip to content

Commit

Permalink
[mips] Remove unused class field. NFC
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303639 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
atanasyan committed May 23, 2017
1 parent de81712 commit a250eeb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions lib/Target/Mips/MipsSubtarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ MipsSubtarget::MipsSubtarget(const Triple &TT, StringRef CPU, StringRef FS,
FrameLowering(MipsFrameLowering::create(*this)),
TLInfo(MipsTargetLowering::create(TM, *this)) {

PreviousInMips16Mode = InMips16Mode;

if (MipsArchVersion == MipsDefault)
MipsArchVersion = Mips32;

Expand Down
3 changes: 0 additions & 3 deletions lib/Target/Mips/MipsSubtarget.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ class MipsSubtarget : public MipsGenSubtargetInfo {
// Mips16 hard float
bool InMips16HardFloat;

// PreviousInMips16 -- the function we just processed was in Mips 16 Mode
bool PreviousInMips16Mode;

// InMicroMips -- can process MicroMips instructions
bool InMicroMipsMode;

Expand Down

0 comments on commit a250eeb

Please sign in to comment.