Program Listing for File PrivatizeScalar.h#
↰ Return to documentation for file (src/midend/programTransformation/loopProcessing/prepostTransformation/PrivatizeScalar.h)
#ifndef PRIVATIZE_SCALAR_H
#define PRIVATIZE_SCALAR_H
#include <PrePostTransformation.h>
class PrivatizeScalar
{
public:
AstNodePtr operator()( const AstNodePtr& root);
bool cmdline_configure();
static std::string cmdline_help();
};
#endif