Files
swift-mirror/include/swift/Basic/FixedBitSet.h
Evan Wilde 2705049432 Replace find{First,Last}Set functions
LLVM removed findFirstSet and findLastSet functions from MathExtras and
doesn't have a direct replacement. We only have once instance of these
functions used in the compiler, so I've replaced them inline with the
appropriate bit operations.
2023-07-17 10:53:42 -07:00

7.5 KiB