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

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

Issue 1485183002: [turbofan] Deopt support for escape analysis (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@ea-local
Patch Set: Created 5 years 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
Index: src/compiler/instruction-selector.h
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h
index 8d62b9676d76ea657b165a84d4c65b0ffceb171c..9804cff3c20ee5d0cdf3689cb76f0c5dbf167940 100644
--- a/src/compiler/instruction-selector.h
+++ b/src/compiler/instruction-selector.h
@@ -25,9 +25,6 @@ class Linkage;
class OperandGenerator;
struct SwitchInfo;
-typedef ZoneVector<InstructionOperand> InstructionOperandVector;
-
-
// Instruction selection generates an InstructionSequence for a given Schedule.
class InstructionSelector final {
public:

Powered by Google App Engine
This is Rietveld 408576698