Author: yiran
Date: 2011-04-20 04:08:53 -0400 (Wed, 20 Apr 2011)
New Revision: 3561

Modified:
   trunk/osprey/be/cg/eh_region.cxx
Log:
This sub-range generated here is a part of the original range j rather than i.
 


Modified: trunk/osprey/be/cg/eh_region.cxx
===================================================================
--- trunk/osprey/be/cg/eh_region.cxx    2011-04-20 08:06:42 UTC (rev 3560)
+++ trunk/osprey/be/cg/eh_region.cxx    2011-04-20 08:08:53 UTC (rev 3561)
@@ -1122,7 +1122,7 @@
           last_child = first_child = i;
         if ( first_child != no_child && i != last_child )
         {
-          EH_RANGE new_range (range_list[i].rid);
+          EH_RANGE new_range (range_list[j].rid);
           new_range.start_label = range_list[last_child].end_label;
           new_range.end_label = range_list[i].start_label;
           new_range.end_bb = Get_Label_BB(range_list[i].start_label);


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to