[gn build] Port c62eefb8863e

This commit is contained in:
LLVM GN Syncbot 2022-02-15 19:28:46 +00:00
parent c62eefb886
commit 6822d89e77
2 changed files with 2 additions and 2 deletions

View File

@ -173,6 +173,8 @@ static_library("CodeGen") {
"RegAllocScore.cpp",
"RegUsageInfoCollector.cpp",
"RegUsageInfoPropagate.cpp",
"RegisterBank.cpp",
"RegisterBankInfo.cpp",
"RegisterClassInfo.cpp",
"RegisterCoalescer.cpp",
"RegisterPressure.cpp",

View File

@ -35,8 +35,6 @@ static_library("GlobalISel") {
"LostDebugLocObserver.cpp",
"MachineIRBuilder.cpp",
"RegBankSelect.cpp",
"RegisterBank.cpp",
"RegisterBankInfo.cpp",
"Utils.cpp",
]
}