Files
revng-revng/lib/RestructureCFGPass/BasicBlockNode.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

12 lines
333 B
C++

/// \file BasicBlockNode.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/BasicBlockNodeImpl.h"
// Explicit instantation for the `RegionCFG` template class.
template class BasicBlockNode<llvm::BasicBlock *>;