Chromium Code Reviews| Index: src/compiler/bytecode-graph-builder.h |
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h |
| index 4d7aa451d17c23f6430d628e7a4222f6d63dc121..ec17c3d89595bf608c4bc49abea9f877daeaf857 100644 |
| --- a/src/compiler/bytecode-graph-builder.h |
| +++ b/src/compiler/bytecode-graph-builder.h |
| @@ -122,6 +122,7 @@ class BytecodeGraphBuilder { |
| void BuildLdaLookupSlot(TypeofMode typeof_mode); |
| void BuildStaLookupSlot(LanguageMode language_mode); |
| void BuildCall(TailCallMode tail_call_mode); |
| + void BuildCallWithFeedback(TailCallMode tail_call_mode); |
|
rmcilroy
2016/07/12 09:36:20
Remove
|
| void BuildThrow(); |
| void BuildBinaryOp(const Operator* op); |
| void BuildBinaryOpWithImmediate(const Operator* op); |