Add a new constructor to TargetData that builds a TargetData from its
authorOwen Anderson <resistor@mac.com>
Fri, 12 May 2006 05:49:47 +0000 (05:49 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 12 May 2006 05:49:47 +0000 (05:49 +0000)
commit8f60c56a06c4bc2027c5d1a7ee7ad626ae274604
treec66ded8daf936cbe7715268a1bb4c79c4f1f7a03
parent21a57dc75172aa964c51d386b2cdd0ad3be7792f
Add a new constructor to TargetData that builds a TargetData from its
string representation.

This is part of PR 761.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28234 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetData.h
lib/Target/TargetData.cpp