Make all of the TargetMachine subclasses use the new string TargetData methods.
authorOwen Anderson <resistor@mac.com>
Sat, 20 May 2006 00:24:56 +0000 (00:24 +0000)
committerOwen Anderson <resistor@mac.com>
Sat, 20 May 2006 00:24:56 +0000 (00:24 +0000)
commitd988b32abad0634df07c18629e899f256935fde7
treeeb2a0c7e6ea1e92e113c361ae2f760fabe02bf1c
parenta831a6c1c5d071fadf348473ca12254b88b18605
Make all of the TargetMachine subclasses use the new string TargetData methods.

This is part of the on-going work on PR 761.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28414 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/Alpha/AlphaTargetMachine.cpp
lib/Target/IA64/IA64TargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/Sparc/SparcTargetMachine.cpp
lib/Target/TargetData.cpp
lib/Target/X86/X86TargetMachine.cpp