[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
commit65022c52ff6228a7baf527d03471cd12007f3d90
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 30 Sep 2019 13:34:44 +0000 (30 13:34 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 30 Sep 2019 13:34:44 +0000 (30 13:34 +0000)
tree686a58f6871913b7daacf6e7ad1a39a74eeb38f0
parent449c3164f18e7f7b7eb607c2510049fcb4aaae18
[Alignment][NFC] Remove AllocaInst::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

Subscribers: jholewinski, arsenm, jvesely, nhaehnle, eraman, hiraditya, cfe-commits, llvm-commits

Tags: #clang, #llvm

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

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