[Alignment][NFC] Use Align::None instead of 1
commit38b29833fcf9a7424e8f099bed741600988a827c
authorGuillaume Chatelet <gchatelet@google.com>
Wed, 18 Sep 2019 15:40:20 +0000 (18 15:40 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Wed, 18 Sep 2019 15:40:20 +0000 (18 15:40 +0000)
tree32d2c8915752256309475bffe121c33b5d342436
parent5a29b5f7db9cd2cc38bcc6be69c02671eb126eb7
[Alignment][NFC] Use Align::None instead of 1

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/D67704

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372230 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/TargetLowering.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/MachineFrameInfo.cpp
lib/Target/Mips/MipsConstantIslandPass.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp