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

Unified Diff: src/compiler/raw-machine-assembler.h

Issue 555283004: [turbofan] Next step towards shared operators. (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
« no previous file with comments | « src/compiler/machine-operator-unittest.cc ('k') | src/compiler/raw-machine-assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/raw-machine-assembler.h
diff --git a/src/compiler/raw-machine-assembler.h b/src/compiler/raw-machine-assembler.h
index a74253ada042a2ecef9789e33d93d8efa0e0f9b2..135d401c338ddbeee6a665fcfcddb315a0c994aa 100644
--- a/src/compiler/raw-machine-assembler.h
+++ b/src/compiler/raw-machine-assembler.h
@@ -423,7 +423,8 @@ class RawMachineAssembler : public GraphBuilder {
Schedule* Export();
protected:
- virtual Node* MakeNode(Operator* op, int input_count, Node** inputs);
+ virtual Node* MakeNode(const Operator* op, int input_count,
+ Node** inputs) FINAL;
bool ScheduleValid() { return schedule_ != NULL; }
« no previous file with comments | « src/compiler/machine-operator-unittest.cc ('k') | src/compiler/raw-machine-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698