summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/backend/instruction-selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/backend/instruction-selector.h')
-rw-r--r--deps/v8/src/compiler/backend/instruction-selector.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/deps/v8/src/compiler/backend/instruction-selector.h b/deps/v8/src/compiler/backend/instruction-selector.h
index eb3e098427..e951c90f95 100644
--- a/deps/v8/src/compiler/backend/instruction-selector.h
+++ b/deps/v8/src/compiler/backend/instruction-selector.h
@@ -502,15 +502,12 @@ class V8_EXPORT_PRIVATE InstructionSelector final {
FeedbackSource const& feedback,
Node* frame_state);
- void EmitTableSwitch(
- const SwitchInfo& sw,
- InstructionOperand& index_operand); // NOLINT(runtime/references)
- void EmitLookupSwitch(
- const SwitchInfo& sw,
- InstructionOperand& value_operand); // NOLINT(runtime/references)
- void EmitBinarySearchSwitch(
- const SwitchInfo& sw,
- InstructionOperand& value_operand); // NOLINT(runtime/references)
+ void EmitTableSwitch(const SwitchInfo& sw,
+ InstructionOperand const& index_operand);
+ void EmitLookupSwitch(const SwitchInfo& sw,
+ InstructionOperand const& value_operand);
+ void EmitBinarySearchSwitch(const SwitchInfo& sw,
+ InstructionOperand const& value_operand);
void TryRename(InstructionOperand* op);
int GetRename(int virtual_register);