Files
revng-revng/tests/analysis/x86_64/fibonacci.yml
2022-01-27 11:51:03 +01:00

46 lines
805 B
YAML

---
Functions:
- CFG:
- End: '4'
Start: '2'
Successors:
- Destination: '4'
Type: DirectBranch
- Destination: '7'
Type: DirectBranch
- End: '5'
Start: '4'
Successors:
- Destination: '2'
Type: FunctionCall
- End: '6'
Start: '5'
Successors:
- Destination: '2'
Type: FunctionCall
- End: '7'
Start: '6'
Successors:
- Destination: '7'
Type: DirectBranch
- End: '8'
Start: '7'
Successors:
- Destination: ":Invalid"
Type: Return
OriginalName: fibonacci
Type: Regular
- CFG:
- End: '9'
Start: '8'
Successors:
- Destination: '2'
Type: FunctionCall
- End: '10'
Start: '9'
Successors:
- Destination: ":Invalid"
Type: Return
OriginalName: _start
Type: Regular