blob: 8e5cf9c15d3f42e46bd8864d95ef8c3a4bd1ff43 [file] [log] [blame]
//===- BranchIsland.h -----------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef BRANCHISLAND_H
#define BRANCHISLAND_H
#ifdef ENABLE_UNITTEST
#include <gtest.h>
#endif
namespace mcld
{
/** \class BranchIsland
* \brief BranchIsland is a collection of stubs
*
*/
class BranchIsland
{
};
} // namespace of mcld
#endif