|
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 #ifndef wn2xaif_io_INCLUDED 00009 #define wn2xaif_io_INCLUDED 00010 00011 #include "Open64IRInterface/Open64BasicTypes.h" 00012 00013 00014 #include "whirl2xaif.h" 00015 #include "PUXlationContext.h" 00016 00017 namespace whirl2xaif { 00018 00019 extern void 00020 xlate_IO(xml::ostream& xos, WN *wn, PUXlationContext& context); 00021 00022 extern BOOL 00023 xlate_IO_ITEM(xml::ostream& xos, WN *wn, PUXlationContext& context); 00024 00025 }; /* namespace whirl2xaif */ 00026 00027 #endif /* wn2xaif_io_INCLUDED */ 00028