Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

nci/suif/suif2b/basepasses/usefulpasses/constant_folder.h

Go to the documentation of this file.
00001 #ifndef CONSTANT_FOLD_H
00002 #define CONSTANT_FOLD_H
00003 
00004 #include "suifpasses/suifpasses.h"
00005 #include "suifnodes/suif.h"
00006 
00007 class ConstantFolderPass : public PipelinablePass {
00008 public:
00009   ConstantFolderPass(SuifEnv *pEnv);
00010         Module* clone() const { return (Module*)this; }
00011   void do_procedure_definition(ProcedureDefinition *proc_def);
00012 };
00013 #endif

Generated at Mon Jul 31 13:41:24 2000 for NCI SUIF by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000