Revision: 16834
Author:   [email protected]
Date:     Thu Sep 19 14:35:53 2013 UTC
Log:      Fix missing initialization of last_true_block_ in IfBuilder.

[email protected]

Review URL: https://codereview.chromium.org/23976005
http://code.google.com/p/v8/source/detail?r=16834

Modified:
 /branches/bleeding_edge/src/hydrogen.cc

=======================================
--- /branches/bleeding_edge/src/hydrogen.cc     Thu Sep 19 06:45:45 2013 UTC
+++ /branches/bleeding_edge/src/hydrogen.cc     Thu Sep 19 14:35:53 2013 UTC
@@ -727,6 +727,7 @@
       captured_(false),
       needs_compare_(false),
       first_true_block_(NULL),
+      last_true_block_(NULL),
       first_false_block_(NULL),
       split_edge_merge_block_(NULL),
       merge_block_(NULL) {

--
--
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/groups/opt_out.

Reply via email to