mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-24 08:24:33 +00:00
[mips] Remove trivial header for the Mips16HardFloat pass. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232259 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
#include "MipsTargetMachine.h"
|
||||
#include "Mips.h"
|
||||
#include "Mips16FrameLowering.h"
|
||||
#include "Mips16HardFloat.h"
|
||||
#include "Mips16ISelDAGToDAG.h"
|
||||
#include "Mips16ISelLowering.h"
|
||||
#include "Mips16InstrInfo.h"
|
||||
@ -215,7 +214,7 @@ void MipsPassConfig::addIRPasses() {
|
||||
if (getMipsSubtarget().os16())
|
||||
addPass(createMipsOs16Pass(getMipsTargetMachine()));
|
||||
if (getMipsSubtarget().inMips16HardFloat())
|
||||
addPass(createMips16HardFloat(getMipsTargetMachine()));
|
||||
addPass(createMips16HardFloatPass(getMipsTargetMachine()));
|
||||
}
|
||||
// Install an instruction selector pass using
|
||||
// the ISelDag to gen Mips code.
|
||||
|
Reference in New Issue
Block a user