Just add the flags -WOPT:icopy=off:copy=off to turn off copy propagation.

Fred

On 08/17/2010 12:39 AM, eirc.lew wrote:
Hi, all
  for example:
   int a;
   int c;
a = 5;
   int b;
   b += a + c;
after open64 has compiled, in the whirl it is: b += *5* + c;
but what I want is: it is still b + = *a* + c;
any suggestions ?
Eric


------------------------------------------------------------------------------
This SF.net email is sponsored by

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev


_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to