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

Unified Diff: src/compiler/instruction-scheduler.h

Issue 2452403003: Changed statement ZoneList to a ZoneChunkList
Patch Set: Created 4 years, 2 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/instruction.cc ('k') | src/compiler/live-range-separator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/instruction-scheduler.h
diff --git a/src/compiler/instruction-scheduler.h b/src/compiler/instruction-scheduler.h
index 7660520b6d817815336bb88b96a591c3eb619b3b..909d9f7bbc6c869fe7949dd859763aeb59ac325d 100644
--- a/src/compiler/instruction-scheduler.h
+++ b/src/compiler/instruction-scheduler.h
@@ -41,7 +41,7 @@ class InstructionScheduler final : public ZoneObject {
private:
// A scheduling graph node.
// Represent an instruction and their dependencies.
- class ScheduleGraphNode: public ZoneObject {
+ class ScheduleGraphNode : public ZoneObject {
public:
ScheduleGraphNode(Zone* zone, Instruction* instr);
« no previous file with comments | « src/compiler/instruction.cc ('k') | src/compiler/live-range-separator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698