[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCTargetMachine.cpp

Owen Anderson resistor at mac.com
Sat May 20 16:29:08 PDT 2006



Changes in directory llvm/lib/Target/PowerPC:

PPCTargetMachine.cpp updated: 1.90 -> 1.91
---
Log message:

Make TargetData strings less redundant.


---
Diffs of the changes:  (+1 -1)

 PPCTargetMachine.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
diff -u llvm/lib/Target/PowerPC/PPCTargetMachine.cpp:1.90 llvm/lib/Target/PowerPC/PPCTargetMachine.cpp:1.91
--- llvm/lib/Target/PowerPC/PPCTargetMachine.cpp:1.90	Fri May 19 19:24:56 2006
+++ llvm/lib/Target/PowerPC/PPCTargetMachine.cpp	Sat May 20 18:28:54 2006
@@ -59,7 +59,7 @@
 
 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) {






More information about the llvm-commits mailing list