[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
commitd49f30d30e0e8993ee010c3eece7043f8a9b1f13
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 3 Oct 2019 13:17:21 +0000 (3 13:17 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 3 Oct 2019 13:17:21 +0000 (3 13:17 +0000)
tree462cd60ec69c469113cc82e781f7d8c2ad53518a
parent65022c52ff6228a7baf527d03471cd12007f3d90
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)

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, bollu, jdoerfert

Subscribers: hiraditya, asbirlea, cfe-commits, llvm-commits

Tags: #clang, #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@373595 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BlockGenerators.cpp