mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 21:06:04 +00:00

There's no need to construct a map of attributes to modify throughout the whole function before applying them all at once. The attribute classes already have the necessary set behavior.