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

Clang rejects __attribute__((regparm)) when targetting arm. The default calling convention passes arguments in registers anyway, so we can just remove them in this case. llvm-svn: 300670