| Index: test/unittests/compiler/register-allocator-unittest.cc
|
| diff --git a/test/unittests/compiler/register-allocator-unittest.cc b/test/unittests/compiler/register-allocator-unittest.cc
|
| index 546b2532bd61459205a8104a06d00fe8178e9d58..290c2859b69e2b1bd9ee19b094719f9d06c443c7 100644
|
| --- a/test/unittests/compiler/register-allocator-unittest.cc
|
| +++ b/test/unittests/compiler/register-allocator-unittest.cc
|
| @@ -219,7 +219,7 @@ class RegisterAllocatorTest : public TestWithZone {
|
| void Allocate() {
|
| CHECK_EQ(nullptr, current_block_);
|
| WireBlocks();
|
| - Pipeline::AllocateRegisters(config(), sequence(), true);
|
| + Pipeline::AllocateRegistersForTesting(config(), sequence(), true);
|
| }
|
|
|
| TestOperand Imm(int32_t imm = 0) {
|
|
|