[Alignment] Use Align for TargetLowering::MinStackArgumentAlignment
commit008c0fc12c2f0b52dfed4fee52c5b9f490d0a82d
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 10 Sep 2019 09:01:18 +0000 (10 09:01 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 10 Sep 2019 09:01:18 +0000 (10 09:01 +0000)
tree45b2a9df579c04a610dc364b435adda00d940b0a
parent9682de0176513774bf93b7b13917c6b35dc70e6c
[Alignment] Use Align for TargetLowering::MinStackArgumentAlignment

Summary:
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

Reviewers: courbet

Subscribers: sdardis, nemanjai, hiraditya, kbarton, jrtc27, MaskRay, atanasyan, jsji, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D67288

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371498 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp