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

Unified Diff: src/interpreter/bytecode-generator.h

Issue 1370303004: Distinction between FeedbackVectorICSlot and FeedbackVectorSlot eliminated. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed release builds Created 5 years, 3 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 | « src/ic/x87/ic-x87.cc ('k') | src/interpreter/bytecode-generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/interpreter/bytecode-generator.h
diff --git a/src/interpreter/bytecode-generator.h b/src/interpreter/bytecode-generator.h
index 99536c33fb52fbf8d092eaff624fdd936ee675e5..1aa0c1f3fc900a89140c488903ea7aad0d1a6e96 100644
--- a/src/interpreter/bytecode-generator.h
+++ b/src/interpreter/bytecode-generator.h
@@ -38,7 +38,7 @@ class BytecodeGenerator : public AstVisitor {
inline void set_info(CompilationInfo* info) { info_ = info; }
LanguageMode language_mode() const;
- int feedback_index(FeedbackVectorICSlot slot) const;
+ int feedback_index(FeedbackVectorSlot slot) const;
BytecodeArrayBuilder builder_;
CompilationInfo* info_;
« no previous file with comments | « src/ic/x87/ic-x87.cc ('k') | src/interpreter/bytecode-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698