Author: shivaram
Date: 2011-08-23 05:58:53 -0400 (Tue, 23 Aug 2011)
New Revision: 3726

Modified:
   trunk/osprey/be/opt/opt_proactive.cxx
Log:
Added the missing return statement in SC_NODE::Get_bounds function.
CR by Jian-Xin 


Modified: trunk/osprey/be/opt/opt_proactive.cxx
===================================================================
--- trunk/osprey/be/opt/opt_proactive.cxx       2011-08-23 01:18:38 UTC (rev 
3725)
+++ trunk/osprey/be/opt/opt_proactive.cxx       2011-08-23 09:58:53 UTC (rev 
3726)
@@ -1352,6 +1352,8 @@
   *p_start = wn_start;
   *p_end = wn_end;
   *p_step = wn_step;
+
+  return TRUE;
 }
 
 // Get upper bound of 'sc'.


------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to