Files
revng-revng/lib/RestructureCFGPass/MetaRegion.cpp
T
Pietro Fezzardi 9f1bbc8b49 Drop deprecated \brief Doxygen directive
\brief is a stupid feature that we should stop using:
https://lists.llvm.org/pipermail/llvm-dev/2015-May/085152.html
2022-03-22 10:48:03 +01:00

13 lines
351 B
C++

/// \file Metaregion.cpp
/// FunctionPass that applies the comb to the RegionCFG of a function
//
// Copyright rev.ng Srls. See LICENSE.md for details.
//
#include "revng-c/RestructureCFGPass/MetaRegionImpl.h"
// Explicit instantation for the `Metaregion` template class for
// llvm::BasicBlock type.
template class MetaRegion<llvm::BasicBlock *>;