summaryrefslogtreecommitdiff
path: root/chromium/v8/src/compiler/backend/instruction-selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/compiler/backend/instruction-selector.h')
-rw-r--r--chromium/v8/src/compiler/backend/instruction-selector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/v8/src/compiler/backend/instruction-selector.h b/chromium/v8/src/compiler/backend/instruction-selector.h
index 8984c05c3a6..8bfe7fff6f7 100644
--- a/chromium/v8/src/compiler/backend/instruction-selector.h
+++ b/chromium/v8/src/compiler/backend/instruction-selector.h
@@ -680,6 +680,9 @@ class V8_EXPORT_PRIVATE InstructionSelector final {
bool CanProduceSignalingNaN(Node* node);
+ void AddOutputToSelectContinuation(OperandGenerator* g, int first_input_index,
+ Node* node);
+
// ===========================================================================
// ============= Vector instruction (SIMD) helper fns. =======================
// ===========================================================================