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

Unified Diff: src/compiler/node.h

Issue 545153002: [turbofan] Add MachineType to Phi. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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
Index: src/compiler/node.h
diff --git a/src/compiler/node.h b/src/compiler/node.h
index d8a44939f389d322e0a0708d05d767aaabe102f0..2f4c6042482934ace9de3e31b1db1ca6e1a919e5 100644
--- a/src/compiler/node.h
+++ b/src/compiler/node.h
@@ -56,7 +56,7 @@ class Node FINAL : public GenericNode<NodeData, Node> {
void Kill();
void CollectProjections(ZoneVector<Node*>* projections);
- Node* FindProjection(int32_t projection_index);
+ Node* FindProjection(int projection_index);
titzer 2014/09/05 10:26:08 Can we move the changes to the Projection's static
Benedikt Meurer 2014/09/05 10:50:49 Done.
};
OStream& operator<<(OStream& os, const Node& n);

Powered by Google App Engine
This is Rietveld 408576698