Files
revng-revng/lib/RestructureCFG/PromoteCallNoReturn.h
Alessandro Di Federico 0c212b66d9 Relicense to MIT
2024-02-29 17:03:36 +01:00

16 lines
364 B
C++

#pragma once
//
// This file is distributed under the MIT License. See LICENSE.md for details.
//
// Forward declarations
#include "FallThroughScopeAnalysis.h"
class ASTNode;
class ASTTree;
extern ASTNode *promoteCallNoReturn(const model::Binary &Model,
ASTTree &AST,
ASTNode *RootNode);