gn build: Merge r351990

llvm-svn: 352096
This commit is contained in:
Nico Weber 2019-01-24 20:19:18 +00:00
parent e28740ce72
commit 24298a4404
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ static_library("Vectorize") {
"VPlan.cpp",
"VPlanHCFGBuilder.cpp",
"VPlanHCFGTransforms.cpp",
"VPlanPredicator.cpp",
"VPlanSLP.cpp",
"VPlanVerifier.cpp",
"Vectorize.cpp",

View File

@ -11,6 +11,7 @@ unittest("VectorizeTests") {
"VPlanDominatorTreeTest.cpp",
"VPlanHCFGTest.cpp",
"VPlanLoopInfoTest.cpp",
"VPlanPredicatorTest.cpp",
"VPlanSlpTest.cpp",
"VPlanTest.cpp",
]