Implement TargetData with the DataLayout class, this will allow LLVM projects to...
authorMicah Villmow <villmow@gmail.com>
Fri, 5 Oct 2012 17:02:14 +0000 (17:02 +0000)
committerMicah Villmow <villmow@gmail.com>
Fri, 5 Oct 2012 17:02:14 +0000 (17:02 +0000)
commitbf07a512f2fd6bbcd0b217060656e9d12b9da5b0
tree59e3f59fc9f88f6ed81de776c3d80f1c660d27ad
parenta06fd990543c82c4cc735354914ae4be64eb83d6
Implement TargetData with the DataLayout class, this will allow LLVM projects to transition to DataLayout without loosing functionality.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165318 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InitializePasses.h
include/llvm/Target/TargetData.h
lib/Target/CMakeLists.txt
lib/Target/Target.cpp
lib/Target/TargetData.cpp
lib/VMCore/DataLayout.cpp