Files
clang-p2996/bolt/lib/Target
Amir Ayupov be83f5c150 [BOLT][NFC] Simplify analyzeIndirectBranch (#91662)
Simplify mutually exclusive sanity checks in analyzeIndirectBranch,
where an UNKNOWN IndirectBranchType is to be returned. Reduces confusion
and code duplication when adding a new IndirectBranchType (to be added
in #91667).

Test Plan: NFC
2024-05-24 15:13:10 -07:00
..