Make TargetData strings less redundant.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28423 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson
2006-05-20 23:28:54 +00:00
parent 01859e8853
commit bcd8a8264e
4 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ unsigned PPCTargetMachine::getModuleMatchQuality(const Module &M) {
PPCTargetMachine::PPCTargetMachine(const Module &M, const std::string &FS)
: TargetMachine("PowerPC"),
DataLayout(std::string("PowerPC"), std::string("E-p:32:32-d:64:32-l:64:32")),
DataLayout(std::string("PowerPC"), std::string("E-p:32:32-d:32-l:32")),
Subtarget(M, FS), FrameInfo(*this, false), JITInfo(*this),
TLInfo(*this), InstrItins(Subtarget.getInstrItineraryData()) {
if (TargetDefault == PPCTarget) {