mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-14 05:46:08 +00:00

- return attributes - inreg, zext and sext - parameter attributes - function attributes - nounwind, readonly, readnone, noreturn Return attributes use 0 as the index. Function attributes use ~0U as the index. This patch requires corresponding changes in llvm-gcc and clang. llvm-svn: 56704