Don't pass target name into TargetData anymore, it is never used or needed.
authorChris Lattner <sabre@nondot.org>
Fri, 16 Jun 2006 18:22:52 +0000 (18:22 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Jun 2006 18:22:52 +0000 (18:22 +0000)
commit1790d44d0dbe3412e012be5e43b89e67064bdb86
treec9ece142fcebb0c13f260d8fa15d4e5b840d91af
parentc91dc678e937ca5b3e3d85e9c9f76ade7c957f29
Don't pass target name into TargetData anymore, it is never used or needed.
Remove explicit casts to std::string now that there is no overload resolution
issues in the TargetData ctors.

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