Author: shihui
Date: 2011-05-12 00:37:44 -0400 (Thu, 12 May 2011)
New Revision: 3596

Modified:
   trunk/osprey/common/com/config.cxx
Log:
Change nystrom alias option name, from -OPT:alias=nystrom to 
-OPT:alias=field_sensitive

The problem of using -OPT:alias=nystrom is, it's not intuitive for open64 user 
to know
what this alias option really means. It's not a common alias terminology.

Use -OPT:alias=field_sensitive to indicate using new alias.
This is common alias terminology and illustrate important feature of new alias.

Code review by Min Zhao & Sun Chan


Modified: trunk/osprey/common/com/config.cxx
===================================================================
--- trunk/osprey/common/com/config.cxx  2011-05-11 08:38:46 UTC (rev 3595)
+++ trunk/osprey/common/com/config.cxx  2011-05-12 04:37:44 UTC (rev 3596)
@@ -1844,7 +1844,7 @@
       Alias_F90_Pointer_Unaliased = TRUE;
     } else if (strncasecmp( val, "f90_pointer_alias", len) == 0) {
       Alias_F90_Pointer_Unaliased = FALSE;
-    } else if (strncasecmp( val, "nystrom", len) == 0) {
+    } else if (strncasecmp( val, "field_sensitive", len) == 0) {
       Alias_Nystrom_Analyzer = TRUE;
     } else {
       ErrMsg ( EC_Inv_OPT, "alias", val );


------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to