change the MemIntrinsic get/setAlignment method to take an unsigned
authorChris Lattner <sabre@nondot.org>
Sun, 8 Mar 2009 03:59:00 +0000 (03:59 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 8 Mar 2009 03:59:00 +0000 (03:59 +0000)
commitdfe964ce8c367248e587f2d9ecc7fac5ee2c6fdc
tree928afe076fa0f89952fb0cd28f8236ad21beb5be
parent821b8560e735613dfcf7670866f9142e4845037e
change the MemIntrinsic get/setAlignment method to take an unsigned
instead of a Constant*, which is what the clients of it really want.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66364 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IntrinsicInst.h
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/MemCpyOptimizer.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp