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
12 lines
333 B
C++
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 *>;
|