Author: open64_win_user Date: 2010-11-11 20:59:35 -0500 (Thu, 11 Nov 2010) New Revision: 3396
Modified: trunk/osprey/be/cg/freq.cxx Log: Fix infinite loop in Find_Freq_LMV_Predecessors Reviewed by Jianxin Modified: trunk/osprey/be/cg/freq.cxx =================================================================== --- trunk/osprey/be/cg/freq.cxx 2010-11-12 00:16:39 UTC (rev 3395) +++ trunk/osprey/be/cg/freq.cxx 2010-11-12 01:59:35 UTC (rev 3396) @@ -1587,6 +1587,7 @@ BB *pred2 = NULL; do { n_preds = 0; + match_pattern = FALSE; FOR_ALL_PRED_EDGES(merge,edge) { n_preds++; } ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel