[Alignment][NFC] Use Align for TargetCallingConv::OrigAlign
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 25 Jun 2020 13:21:07 +0000 (13:21 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 25 Jun 2020 13:21:22 +0000 (13:21 +0000)
commit2e7bba693ef8fc5b3e6338fe4f45bf239fa6cca9
tree7fbbc1100ea67099153ca40eee528a7418cf0d6d
parent5b9ce07a761f7d62ad793f9827750243de597215
[Alignment][NFC] Use Align for TargetCallingConv::OrigAlign

This patch replaces D69249.

This is patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790

Differential Revision: https://reviews.llvm.org/D82307
llvm/include/llvm/CodeGen/TargetCallingConv.h
llvm/lib/Target/AArch64/AArch64CallingConvention.cpp
llvm/lib/Target/AArch64/AArch64CallingConvention.td
llvm/lib/Target/ARM/ARMCallingConv.cpp
llvm/lib/Target/ARM/ARMCallingConv.td
llvm/lib/Target/Mips/MipsISelLowering.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp