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

Unified Diff: src/compiler/node-properties.h

Issue 425003004: Implement representation selection as part of SimplifiedLowering. Representation selection also req… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments. Created 6 years, 4 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
Index: src/compiler/node-properties.h
diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
index 001bd0286f2eabd11c8ffc88d9190469b4d9a406..eaa4d66ada1c593aab3c8530b2e4292c60879077 100644
--- a/src/compiler/node-properties.h
+++ b/src/compiler/node-properties.h
@@ -40,7 +40,6 @@ class NodeProperties {
static inline int GetContextIndex(Node* node);
- private:
rossberg 2014/08/07 14:00:45 Wait, why?
static inline int FirstValueIndex(Node* node);
static inline int FirstEffectIndex(Node* node);
static inline int FirstControlIndex(Node* node);

Powered by Google App Engine
This is Rietveld 408576698