blob: 6dbd66241f2d57b5f89f2c5f577453d34e6485dc [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 CEA LIST.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Created on: 12 avr. 2013
*
* Contributors:
* Arnault Lapitre (CEA LIST) arnault.lapitre@cea.fr
* - Initial API and implementation
******************************************************************************/
#ifndef AVMCODECTOREXPRESSIONCOMPILER_H_
#define AVMCODECTOREXPRESSIONCOMPILER_H_
#include <builder/primitive/AbstractAvmcodeCompiler.h>
namespace sep
{
AVMCODE_COMPILER_EXPRESSION_OPTIMIZER_CLASS("CTOR< type >( expression+ )",
CtorExpression, AbstractAvmcodeCompiler)
} /* namespace sep */
#endif /* AVMCODECTOREXPRESSIONCOMPILER_H_ */