Files
revng-revng/lib/RestructureCFG/MetaRegion.cpp
T
Giacomo Vercesi a4ad571e61 rcc: Fix typos
Fix the typos detected by `codespell`
2023-05-11 10:04:32 +02:00

13 lines
352 B
C++

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