gn build: Merge 7ea2e5195a

This commit is contained in:
LLVM GN Syncbot 2019-12-18 11:37:45 +00:00
parent 7ea2e5195a
commit bad6a76041

View File

@ -4,5 +4,11 @@ static_library("GlobalISel") {
]
sources = [
"CodeExpander.cpp",
"GIMatchDag.cpp",
"GIMatchDagEdge.cpp",
"GIMatchDagInstr.cpp",
"GIMatchDagOperands.cpp",
"GIMatchDagPredicate.cpp",
"GIMatchDagPredicateDependencyEdge.cpp",
]
}