Move TargetData to DataLayout.

llvm-svn: 165402
This commit is contained in:
Micah Villmow
2012-10-08 16:38:25 +00:00
parent 6bf5825b3d
commit cdfe20b97f
229 changed files with 947 additions and 1000 deletions

View File

@@ -25,7 +25,7 @@
using namespace llvm;
using namespace llvm::dwarf;
// Handle the Pass registration stuff necessary to use TargetData's.
// Handle the Pass registration stuff necessary to use DataLayout's.
INITIALIZE_PASS(MachineModuleInfo, "machinemoduleinfo",
"Machine Module Information", false, false)
char MachineModuleInfo::ID = 0;