Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 64596783409d1a45f0009a460801795eff2f4994..3a3460f715ab7694306253486888f2011a84362b 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -457,7 +457,7 @@ Handle<Code> Pipeline::GenerateCode(Linkage* linkage, Graph* graph, |
// Select and schedule instructions covering the scheduled graph. |
{ |
- InstructionSelector selector(&sequence, source_positions); |
+ InstructionSelector selector(&sequence, schedule, source_positions); |
selector.SelectInstructions(); |
} |