[Alignment][NFC] DataLayout migration to llvm::Align
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 23 Sep 2019 12:41:36 +0000 (12:41 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 23 Sep 2019 12:41:36 +0000 (12:41 +0000)
commit1ae7905fc86004a95fbf9a07f248af382f01909f
treeefbe731f1e33252d366e43c6ad7ce6dd4d3d15bd
parent1588c08735618892abd7467ec50a41eb8f6dd9d0
[Alignment][NFC] DataLayout migration to llvm::Align

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: jholewinski, hiraditya, llvm-commits

Tags: #llvm

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

llvm-svn: 372596
llvm/include/llvm/IR/DataLayout.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
llvm/lib/CodeGen/MachineFunction.cpp
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
llvm/lib/IR/DataLayout.cpp
llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp