Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index 5e217b0ac5cd275882fc665680da93b7ce2cb305..fbbc69f77052b1ac1553c54b883d45aa69f29192 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -144,11 +144,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) { |
case Runtime::kDefineSetterPropertyUnchecked: // TODO(jarin): Is it safe? |
case Runtime::kForInDone: |
case Runtime::kForInStep: |
- case Runtime::kGeneratorSetContext: |
case Runtime::kGeneratorGetContinuation: |
- case Runtime::kGeneratorSetContinuation: |
- case Runtime::kGeneratorLoadRegister: |
- case Runtime::kGeneratorStoreRegister: |
case Runtime::kGetSuperConstructor: |
case Runtime::kIsFunction: |
case Runtime::kNewClosure: |