|
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 tester_INCLUDED_h 00010 #define tester_INCLUDED_h 00011 00012 #include <iostream> 00013 00014 #include "Open64IRInterface/Open64BasicTypes.h" 00015 00016 00017 namespace whirltester { 00018 00019 int 00020 TestIR(std::ostream& os, PU_Info* pu_forest); 00021 00022 int 00023 TestIR_OA(std::ostream& os, PU_Info* pu_forest); 00024 00025 int 00026 TestIR_whirl2f(std::ostream& os, PU_Info* pu_forest); 00027 00028 }; /* namespace tester */ 00029 00030 00031 #endif // tester_INCLUDED_h