build fix after 25072
TBR=bmeurer@chromium.org BUG= Review URL: https://codereview.chromium.org/688323005 Cr-Commit-Position: refs/heads/master@{#25073} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25073 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
e17194ba52
commit
273a9ad200
@ -68,8 +68,7 @@ class DeoptCodegenTester {
|
|||||||
Linkage* linkage = new (scope_->main_zone()) Linkage(info.zone(), &info);
|
Linkage* linkage = new (scope_->main_zone()) Linkage(info.zone(), &info);
|
||||||
InstructionBlocks* instruction_blocks =
|
InstructionBlocks* instruction_blocks =
|
||||||
TestInstrSeq::InstructionBlocksFor(scope_->main_zone(), schedule);
|
TestInstrSeq::InstructionBlocksFor(scope_->main_zone(), schedule);
|
||||||
code = new TestInstrSeq::InstructionSequence(scope_->main_zone(),
|
code = new TestInstrSeq(scope_->main_zone(), instruction_blocks);
|
||||||
instruction_blocks);
|
|
||||||
SourcePositionTable source_positions(graph);
|
SourcePositionTable source_positions(graph);
|
||||||
InstructionSelector selector(scope_->main_zone(), graph, linkage, code,
|
InstructionSelector selector(scope_->main_zone(), graph, linkage, code,
|
||||||
schedule, &source_positions);
|
schedule, &source_positions);
|
||||||
|
Loading…
Reference in New Issue
Block a user