diff options
Diffstat (limited to 'lib/clang/libllvmmipscodegen/Makefile')
-rw-r--r-- | lib/clang/libllvmmipscodegen/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/clang/libllvmmipscodegen/Makefile b/lib/clang/libllvmmipscodegen/Makefile index f0b0180..d550006 100644 --- a/lib/clang/libllvmmipscodegen/Makefile +++ b/lib/clang/libllvmmipscodegen/Makefile @@ -3,7 +3,8 @@ LIB= llvmmipscodegen SRCDIR= lib/Target/Mips -SRCS= MipsAsmPrinter.cpp \ +SRCS= MipsAnalyzeImmediate.cpp \ + MipsAsmPrinter.cpp \ MipsCodeEmitter.cpp \ MipsDelaySlotFiller.cpp \ MipsEmitGPRestore.cpp \ @@ -14,7 +15,7 @@ SRCS= MipsAsmPrinter.cpp \ MipsInstrInfo.cpp \ MipsJITInfo.cpp \ MipsMCInstLower.cpp \ - MipsMCSymbolRefExpr.cpp \ + MipsMachineFunction.cpp \ MipsRegisterInfo.cpp \ MipsSelectionDAGInfo.cpp \ MipsSubtarget.cpp \ |