Index: src/compiler/instruction-selector.cc |
diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc |
index 4b0f62ae7bb09e25ee34b22de9c78da78177d4d1..16ec082b9ea239bc6e6886c968aa26389db6da7e 100644 |
--- a/src/compiler/instruction-selector.cc |
+++ b/src/compiler/instruction-selector.cc |
@@ -1607,8 +1607,6 @@ void InstructionSelector::VisitTailCall(Node* node) { |
OperandGenerator g(this); |
CallDescriptor const* descriptor = CallDescriptorOf(node->op()); |
DCHECK_NE(0, descriptor->flags() & CallDescriptor::kSupportsTailCalls); |
- DCHECK_EQ(0, descriptor->flags() & CallDescriptor::kPatchableCallSite); |
- DCHECK_EQ(0, descriptor->flags() & CallDescriptor::kNeedsNopAfterCall); |
// TODO(turbofan): Relax restriction for stack parameters. |