Files
clang-p2996/llvm/lib/Transforms/Utils/CodeExtractor.cpp
Nikita Popov 730414b341 [CodeExtractor] Remove unnecessary explicit attribute handling (NFC)
The nounwind and uwtable attributes will get handled as part of
the loop below as well, there is no need to special-case them here.
2022-01-03 14:23:25 +01:00

68 KiB