/*
 * This file is part of the Cforall project
 *
 * $Id: Lvalue.h,v 1.2 2005/08/29 20:14:13 rcbilson Exp $
 *
 */

#ifndef GENPOLY_LVALUE_H
#define GENPOLY_LVALUE_H

#include <list>

#include "SynTree/SynTree.h"

namespace GenPoly {

void convertLvalue( std::list< Declaration* >& translationUnit );

} // namespace GenPoly

#endif /* #ifndef GENPOLY_LVALUE_H */
