mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
9f1bbc8b49
\brief is a stupid feature that we should stop using: https://lists.llvm.org/pipermail/llvm-dev/2015-May/085152.html
13 lines
351 B
C++
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 *>;
|