Chromium Code Reviews

Unified Diff: src/compiler/js-operator.h

Issue 2342853002: [TypeFeedbackVector] special ic slots for interpreter compare/binary ops. (Closed)
Patch Set: Code comments. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/compiler/js-operator.h
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
index 9451a81cf9a5621905b57deddc77b5baf0bed924..f80a0b1fc68b1915fc80d498fe36f92d79d909b1 100644
--- a/src/compiler/js-operator.h
+++ b/src/compiler/js-operator.h
@@ -5,8 +5,8 @@
#ifndef V8_COMPILER_JS_OPERATOR_H_
#define V8_COMPILER_JS_OPERATOR_H_
-#include "src/compiler/type-hints.h"
#include "src/runtime/runtime.h"
+#include "src/type-hints.h"
namespace v8 {
namespace internal {

Powered by Google App Engine