This is an archive of the discontinued LLVM Phabricator instance.

[NFC] rename member of BitTestBlock and JumpTableHeader
ClosedPublic

Authored by nickdesaulniers on Sep 8 2021, 10:41 AM.

Details

Summary

Follow up to suggestions in D109103 via hans:

I think UnreachableDefault (or UnreachableFallthrough) would be a
better name now, since it doesn't just omit the range check, it also
omits the last bit test.

Diff Detail