| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index fae41a7361336fcc27883cfd0e9a65ddeb0c9b92..9ba822f15cc43513ba7a78a7561c083a506125b2 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -743,6 +743,8 @@ source_set("v8_base") {
|
| "src/compiler/jump-threading.h",
|
| "src/compiler/linkage.cc",
|
| "src/compiler/linkage.h",
|
| + "src/compiler/live-range-separator.cc",
|
| + "src/compiler/live-range-separator.h",
|
| "src/compiler/liveness-analyzer.cc",
|
| "src/compiler/liveness-analyzer.h",
|
| "src/compiler/load-elimination.cc",
|
| @@ -781,8 +783,6 @@ source_set("v8_base") {
|
| "src/compiler/pipeline.h",
|
| "src/compiler/pipeline-statistics.cc",
|
| "src/compiler/pipeline-statistics.h",
|
| - "src/compiler/preprocess-live-ranges.cc",
|
| - "src/compiler/preprocess-live-ranges.h",
|
| "src/compiler/raw-machine-assembler.cc",
|
| "src/compiler/raw-machine-assembler.h",
|
| "src/compiler/register-allocator.cc",
|
|
|