Details
Details
- Reviewers
jhenderson - Commits
- rG32cabfcbc612: Define BBEntry::hasIndirectBranch. NFC
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good (should it have had a unit test?). Not sure why this was landed without review though?
Comment Actions
The field HasIndirectBranch was already added and unit-tests already covered it. This patch just added a getter for that field.