diff options
Diffstat (limited to 'lib/clang/libllvmarmcodegen/Makefile')
-rw-r--r-- | lib/clang/libllvmarmcodegen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clang/libllvmarmcodegen/Makefile b/lib/clang/libllvmarmcodegen/Makefile index 29579bc..b18f12c 100644 --- a/lib/clang/libllvmarmcodegen/Makefile +++ b/lib/clang/libllvmarmcodegen/Makefile @@ -13,7 +13,6 @@ SRCS= ARMAsmPrinter.cpp \ ARMExpandPseudoInsts.cpp \ ARMFastISel.cpp \ ARMFrameLowering.cpp \ - ARMGlobalMerge.cpp \ ARMHazardRecognizer.cpp \ ARMISelDAGToDAG.cpp \ ARMISelLowering.cpp \ @@ -21,6 +20,7 @@ SRCS= ARMAsmPrinter.cpp \ ARMJITInfo.cpp \ ARMLoadStoreOptimizer.cpp \ ARMMCInstLower.cpp \ + ARMMachineFunctionInfo.cpp \ ARMRegisterInfo.cpp \ ARMSelectionDAGInfo.cpp \ ARMSubtarget.cpp \ |