Index: src/compiler/register-allocator-verifier.cc |
diff --git a/src/compiler/register-allocator-verifier.cc b/src/compiler/register-allocator-verifier.cc |
index 276aa8806defbab34351e47ca134749982bd3d2a..5afbf72db323b94d4d9582f9c1ed7ccaf2e8b819 100644 |
--- a/src/compiler/register-allocator-verifier.cc |
+++ b/src/compiler/register-allocator-verifier.cc |
@@ -40,8 +40,6 @@ void RegisterAllocatorVerifier::VerifyTemp( |
CHECK_NE(kSameAsFirst, constraint.type_); |
CHECK_NE(kImmediate, constraint.type_); |
CHECK_NE(kConstant, constraint.type_); |
- CHECK_EQ(UnallocatedOperand::kInvalidVirtualRegister, |
- constraint.virtual_register_); |
} |