blob: 05d1780045f7ead1d8265bb7d20afa1fef4f16e3 [file] [log] [blame]
//===- Group.h ------------------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef MCLD_LD_GROUP_H
#define MCLD_LD_GROUP_H
namespace mcld
{
/** \class Group
* \brief Group records the grouping of all regions
*/
class Group
{
};
} // namespace of mcld
#endif