diff options
Diffstat (limited to 'lib/clang/libllvmpowerpccodegen')
-rw-r--r-- | lib/clang/libllvmpowerpccodegen/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/clang/libllvmpowerpccodegen/Makefile b/lib/clang/libllvmpowerpccodegen/Makefile index 08663e8..aec0e1e 100644 --- a/lib/clang/libllvmpowerpccodegen/Makefile +++ b/lib/clang/libllvmpowerpccodegen/Makefile @@ -3,8 +3,7 @@ LIB= llvmpowerpccodegen SRCDIR= lib/Target/PowerPC -SRCS= PPCAsmBackend.cpp \ - PPCAsmPrinter.cpp \ +SRCS= PPCAsmPrinter.cpp \ PPCBranchSelector.cpp \ PPCCodeEmitter.cpp \ PPCFrameLowering.cpp \ @@ -13,9 +12,7 @@ SRCS= PPCAsmBackend.cpp \ PPCISelLowering.cpp \ PPCInstrInfo.cpp \ PPCJITInfo.cpp \ - PPCMCCodeEmitter.cpp \ PPCMCInstLower.cpp \ - PPCPredicates.cpp \ PPCRegisterInfo.cpp \ PPCSelectionDAGInfo.cpp \ PPCSubtarget.cpp \ |