Revision: 23040
Author: [email protected]
Date: Mon Aug 11 13:10:54 2014 UTC
Log: Fix clang build; remove dead private field.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/460683003
http://code.google.com/p/v8/source/detail?r=23040
Modified:
/branches/bleeding_edge/src/compiler/scheduler.cc
/branches/bleeding_edge/src/compiler/scheduler.h
=======================================
--- /branches/bleeding_edge/src/compiler/scheduler.cc Mon Aug 11 13:07:32
2014 UTC
+++ /branches/bleeding_edge/src/compiler/scheduler.cc Mon Aug 11 13:10:54
2014 UTC
@@ -16,8 +16,7 @@
namespace compiler {
Scheduler::Scheduler(Zone* zone, Graph* graph, Schedule* schedule)
- : zone_(zone),
- graph_(graph),
+ : graph_(graph),
schedule_(schedule),
branches_(NodeVector::allocator_type(zone)),
calls_(NodeVector::allocator_type(zone)),
=======================================
--- /branches/bleeding_edge/src/compiler/scheduler.h Mon Aug 11 13:07:32
2014 UTC
+++ /branches/bleeding_edge/src/compiler/scheduler.h Mon Aug 11 13:10:54
2014 UTC
@@ -29,7 +29,6 @@
static BasicBlockVector* ComputeSpecialRPO(Schedule* schedule);
private:
- Zone* zone_;
Graph* graph_;
Schedule* schedule_;
NodeVector branches_;
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.