diff src/share/vm/opto/loopUnswitch.cpp @ 351:fab5f738c515

Merge
author ysr
date Tue, 01 Jul 2008 11:59:44 -0700
parents 8d191a7697e2
children 9c2ecc2ffb12
line wrap: on
line diff
--- a/src/share/vm/opto/loopUnswitch.cpp	Mon Jun 30 17:04:59 2008 -0700
+++ b/src/share/vm/opto/loopUnswitch.cpp	Tue Jul 01 11:59:44 2008 -0700
@@ -205,7 +205,7 @@
 
   Node *cont      = _igvn.intcon(1);
   set_ctrl(cont, C->root());
-  Node* opq       = new (C, 2) Opaque1Node(cont);
+  Node* opq       = new (C, 2) Opaque1Node(C, cont);
   register_node(opq, outer_loop, entry, dom_depth(entry));
   Node *bol       = new (C, 2) Conv2BNode(opq);
   register_node(bol, outer_loop, entry, dom_depth(entry));