[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCTargetMachine.h

Brian Gaeke gaeke at cs.uiuc.edu
Mon Mar 1 00:44:04 PST 2004


Changes in directory llvm/lib/Target/PowerPC:

PowerPCTargetMachine.h updated: 1.3 -> 1.4

---
Log message:

TargetCacheInfo has been removed; its only uses were to propagate a constant
(16) into certain areas of the SPARC V9 back-end. I'm fairly sure the US IIIi's
dcache has 32-byte lines, so I'm not sure where the 16 came from. However, in
the interest of not breaking things any more than they already are, I'm going
to leave the constant alone.


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

Index: llvm/lib/Target/PowerPC/PowerPCTargetMachine.h
diff -u llvm/lib/Target/PowerPC/PowerPCTargetMachine.h:1.3 llvm/lib/Target/PowerPC/PowerPCTargetMachine.h:1.4
--- llvm/lib/Target/PowerPC/PowerPCTargetMachine.h:1.3	Fri Jan 23 00:39:30 2004
+++ llvm/lib/Target/PowerPC/PowerPCTargetMachine.h	Mon Mar  1 00:43:28 2004
@@ -42,7 +42,6 @@
 
   virtual const TargetSchedInfo &getSchedInfo()  const { abort(); }
   virtual const TargetRegInfo   &getRegInfo()    const { abort(); }
-  virtual const TargetCacheInfo  &getCacheInfo() const { abort(); }
 
   /// addPassesToEmitMachineCode - Add passes to the specified pass manager to
   /// get machine code emitted.  This uses a MachineCodeEmitter object to handle





More information about the llvm-commits mailing list