Revision: 24867
Author:   [email protected]
Date:     Fri Oct 24 12:32:42 2014 UTC
Log:      Generate fake basic block for Terminate node.

[email protected]

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

Modified:
 /branches/bleeding_edge/src/compiler/scheduler.cc

=======================================
--- /branches/bleeding_edge/src/compiler/scheduler.cc Thu Oct 23 16:29:43 2014 UTC +++ /branches/bleeding_edge/src/compiler/scheduler.cc Fri Oct 24 12:32:42 2014 UTC
@@ -239,6 +239,7 @@
     switch (node->opcode()) {
       case IrOpcode::kLoop:
       case IrOpcode::kMerge:
+      case IrOpcode::kTerminate:
         BuildBlockForNode(node);
         break;
       case IrOpcode::kBranch:

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