|
OpenADFortTk (basic)
|
00001 // ########################################################## 00002 // # This file is part of OpenADFortTk. # 00003 // # The full COPYRIGHT notice can be found in the top # 00004 // # level directory of the OpenADFortTk source tree. # 00005 // # For more information visit # 00006 // # http://www.mcs.anl.gov/openad # 00007 // ########################################################## 00008 00009 #ifndef whirl2xaif_i 00010 #define whirl2xaif_i 00011 00012 #include <IntrinsicXlationTable.h> 00013 #include <OAMaps.h> 00014 #include <ScalarizedRefTab.h> 00015 #include <WhirlIDMaps.h> 00016 00017 #include <stab_attr.h> 00018 #include <wn_attr.h> 00019 #include <IFDiagnostics.h> 00020 00021 00022 #define whirl2xaif_divider_comment \ 00023 "********************************************************************" 00024 00025 00026 namespace whirl2xaif { 00027 00028 enum status { 00029 good, 00030 bad 00031 }; 00032 00033 extern IntrinsicXlationTable IntrinsicTable; 00034 00035 // extern PUToOAAnalInfoMap OAAnalMap; 00036 // extern ScalarizedRefTabMap_W2X ScalarizedRefTableMap; 00037 // extern WNToWNIdTabMap WNToWNIdTableMap; 00038 00039 }; 00040 00041 #endif