| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 5f7a2033a33edb97dd06010bdcec2b0668d1b476..d4a8e1b4f00553a4d4a3e6c85c6539e209624bbd 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -974,6 +974,8 @@ v8_source_set("v8_base") {
|
| "src/compiler/pipeline.h",
|
| "src/compiler/raw-machine-assembler.cc",
|
| "src/compiler/raw-machine-assembler.h",
|
| + "src/compiler/redundancy-elimination.cc",
|
| + "src/compiler/redundancy-elimination.h",
|
| "src/compiler/register-allocator-verifier.cc",
|
| "src/compiler/register-allocator-verifier.h",
|
| "src/compiler/register-allocator.cc",
|
|
|