IR: Replace DataLayout::RoundUpAlignment with RoundUpToAlignment
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 20 Oct 2014 06:13:33 +0000 (06:13 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 20 Oct 2014 06:13:33 +0000 (06:13 +0000)
commit7798534e7728a196390c6e9b48f33ebe11269c9e
tree29a52b46c469f64c59ed54113430966ba293499a
parent080dfb5bda983d7f8e6a95658292306761bdafa1
IR: Replace DataLayout::RoundUpAlignment with RoundUpToAlignment

No functional change intended, just cleaning up some code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220187 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DataLayout.h
include/llvm/Support/MathExtras.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/IR/DataLayout.cpp
lib/Transforms/Instrumentation/MemorySanitizer.cpp