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)
commit6d05e69d5a332306e5d4270f1fa42a828db6ff55
treefd4c1b1295a3ffef179288843f67591f8d388747
parent90c9cbfed4e5cad132d2631cb025fbdce2757727
Implement TargetData with the DataLayout class, this will allow LLVM projects to transition to DataLayout without loosing functionality.

llvm-svn: 165318
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/Target/TargetData.h
llvm/lib/Target/CMakeLists.txt
llvm/lib/Target/Target.cpp
llvm/lib/Target/TargetData.cpp
llvm/lib/VMCore/DataLayout.cpp