| Index: src/compiler/register-allocator-verifier.cc
|
| diff --git a/src/compiler/register-allocator-verifier.cc b/src/compiler/register-allocator-verifier.cc
|
| index 3b595b3b45d98d6222a8d44bb04e991db46f9695..ffc6dea0a76783afb9c4576b1790c3c2169847e2 100644
|
| --- a/src/compiler/register-allocator-verifier.cc
|
| +++ b/src/compiler/register-allocator-verifier.cc
|
| @@ -160,8 +160,6 @@ void RegisterAllocatorVerifier::BuildConstraint(const InstructionOperand* op,
|
| } else {
|
| switch (unallocated->extended_policy()) {
|
| case UnallocatedOperand::ANY:
|
| - CHECK(false);
|
| - break;
|
| case UnallocatedOperand::NONE:
|
| if (sequence()->IsFloat(vreg)) {
|
| constraint->type_ = kNoneDouble;
|
|
|