blob: 9f13692a656a56293e57d12d7cb3218b1559dde9 [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