Remove embedded TUPLE-TREE-YAML

This commit is contained in:
Khaled Ismaeel
2025-04-23 18:20:59 +02:00
parent 60c5055db4
commit 3d017f63a3
73 changed files with 7 additions and 2358 deletions
@@ -15,28 +15,6 @@ class BasicBlock;
}
class GeneratedCodeBasicInfo;
/* TUPLE-TREE-YAML
name: ControlFlowGraph
doc: "Metadata attached to a function. As of now, it includes a list of basic
blocks, representing the control-flow graph."
type: struct
fields:
- name: Entry
doc: Start address of the basic block
type: MetaAddress
- name: Name
type: string
doc: Optional name for debugging purposes
optional: true
- name: Blocks
sequence:
type: SortedVector
elementType: BasicBlock
optional: true
key:
- Entry
TUPLE-TREE-YAML */
#include "revng/EarlyFunctionAnalysis/Generated/Early/ControlFlowGraph.h"
namespace model {