mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
GCBI::getSuccessors: make .Other additive
Previously, if `.Other` was set, all the other fields where unset.
This commit is contained in:
@@ -144,7 +144,7 @@ GeneratedCodeBasicInfo::getSuccessors(BasicBlock *BB) {
|
||||
} else if (getType(Successor) == IBDHB) {
|
||||
// Ignore
|
||||
} else {
|
||||
return SuccessorsList::other();
|
||||
Result.Other = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user