Files
revng-revng/include/revng/Model/Pass/FixModel.h
2022-09-21 18:37:36 +02:00

15 lines
267 B
C++

#pragma once
//
// This file is distributed under the MIT License. See LICENSE.md for details.
//
#include "revng/Model/Binary.h"
namespace model {
/// Fix the model by removing invalid types.
void fixModel(TupleTree<model::Binary> &Model);
} // namespace model