Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: src/compiler/instruction-selector.h

Issue 1425183003: [turbofan] Move CallBuffer from header to cc file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/compiler/instruction-selector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/instruction-selector.h
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h
index 237f8962ba54a7d1c802fe030054e24d2e5e37cf..e4cdb20799a7ff750197d13d0dbd59009fb40b48 100644
--- a/src/compiler/instruction-selector.h
+++ b/src/compiler/instruction-selector.h
@@ -176,13 +176,6 @@ class InstructionSelector final {
FrameStateDescriptor* GetFrameStateDescriptor(Node* node);
- enum class FrameStateInputKind { kAny, kStackSlot };
- void AddFrameStateInputs(Node* state, InstructionOperandVector* inputs,
- FrameStateDescriptor* descriptor,
- FrameStateInputKind kind);
- static InstructionOperand OperandForDeopt(OperandGenerator* g, Node* input,
- FrameStateInputKind kind);
-
// ===========================================================================
// ============= Architecture-specific graph covering methods. ===============
// ===========================================================================
« no previous file with comments | « no previous file | src/compiler/instruction-selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698