Revision: 22742
Author:   [email protected]
Date:     Thu Jul 31 09:19:50 2014 UTC
Log:      Greenify NaCl build

[email protected]

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

Modified:
 /branches/bleeding_edge/test/cctest/compiler/test-graph-reducer.cc

=======================================
--- /branches/bleeding_edge/test/cctest/compiler/test-graph-reducer.cc Wed Jul 30 16:21:36 2014 UTC +++ /branches/bleeding_edge/test/cctest/compiler/test-graph-reducer.cc Thu Jul 31 09:19:50 2014 UTC
@@ -490,7 +490,7 @@
     Node* n1 = graph.NewNode(&OPA0);
     Node* n2 = graph.NewNode(&OPA1, n1);
     Node* n3 = graph.NewNode(&OPA1, n1);
-    Node* end;
+    Node* end = NULL;  // Initialize to please the compiler.

     if (i == 0) end = graph.NewNode(&OPA2, n2, n3);
     if (i == 1) end = graph.NewNode(&OPA2, n3, n2);

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