Revision: 25073
Author:   [email protected]
Date:     Mon Nov  3 13:55:09 2014 UTC
Log:      build fix after 25072

[email protected]

BUG=

Review URL: https://codereview.chromium.org/688323005
https://code.google.com/p/v8/source/detail?r=25073

Modified:
 /branches/bleeding_edge/test/cctest/compiler/test-codegen-deopt.cc

=======================================
--- /branches/bleeding_edge/test/cctest/compiler/test-codegen-deopt.cc Mon Nov 3 13:41:56 2014 UTC +++ /branches/bleeding_edge/test/cctest/compiler/test-codegen-deopt.cc Mon Nov 3 13:55:09 2014 UTC
@@ -68,8 +68,7 @@
Linkage* linkage = new (scope_->main_zone()) Linkage(info.zone(), &info);
     InstructionBlocks* instruction_blocks =
         TestInstrSeq::InstructionBlocksFor(scope_->main_zone(), schedule);
-    code = new TestInstrSeq::InstructionSequence(scope_->main_zone(),
-                                                 instruction_blocks);
+    code = new TestInstrSeq(scope_->main_zone(), instruction_blocks);
     SourcePositionTable source_positions(graph);
     InstructionSelector selector(scope_->main_zone(), graph, linkage, code,
                                  schedule, &source_positions);

--
--
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.

Reply via email to