forked from OSchip/llvm-project
parent
2aabaa704a
commit
1c0590c5da
|
@ -22,7 +22,6 @@ add_llvm_target(MipsCodeGen
|
|||
MipsISelLowering.cpp
|
||||
MipsFrameLowering.cpp
|
||||
MipsMCInstLower.cpp
|
||||
MipsMCSymbolRefExpr.cpp
|
||||
MipsRegisterInfo.cpp
|
||||
MipsSubtarget.cpp
|
||||
MipsTargetMachine.cpp
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include "MipsInstrInfo.h"
|
||||
#include "MipsMachineFunction.h"
|
||||
#include "MipsMCInstLower.h"
|
||||
#include "MipsMCSymbolRefExpr.h"
|
||||
#include "InstPrinter/MipsInstPrinter.h"
|
||||
#include "MCTargetDesc/MipsBaseInfo.h"
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
|
|
Loading…
Reference in New Issue