Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index 26a27b9af4c6b5828a20c170f4302505405168fa..f5aed714cb2851b1977aab20def9df909e36ee92 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -9,7 +9,6 @@ |
#include "src/compiler/common-operator.h" |
#include "src/compiler/instruction.h" |
-#include "src/compiler/instruction-scheduler.h" |
#include "src/compiler/machine-operator.h" |
#include "src/compiler/node.h" |
#include "src/zone-containers.h" |
@@ -46,10 +45,6 @@ |
// Visit code for the entire graph with the included schedule. |
void SelectInstructions(); |
- |
- void StartBlock(RpoNumber rpo); |
- void EndBlock(RpoNumber rpo); |
- void AddInstruction(Instruction* instr); |
// =========================================================================== |
// ============= Architecture-independent code emission methods. ============= |
@@ -258,7 +253,6 @@ |
BoolVector defined_; |
BoolVector used_; |
IntVector virtual_registers_; |
- InstructionScheduler* scheduler_; |
}; |
} // namespace compiler |