[llvm-commits] CVS: llvm/lib/Target/CBackend/CTargetMachine.h

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


Changes in directory llvm/lib/Target/CBackend:

CTargetMachine.h updated: 1.1 -> 1.2

---
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/CBackend/CTargetMachine.h
diff -u llvm/lib/Target/CBackend/CTargetMachine.h:1.1 llvm/lib/Target/CBackend/CTargetMachine.h:1.2
--- llvm/lib/Target/CBackend/CTargetMachine.h:1.1	Fri Feb 13 17:18:48 2004
+++ llvm/lib/Target/CBackend/CTargetMachine.h	Mon Mar  1 00:43:28 2004
@@ -27,7 +27,6 @@
   virtual const TargetFrameInfo &getFrameInfo() const { abort(); }
   virtual const TargetSchedInfo &getSchedInfo() const { abort(); }
   virtual const TargetRegInfo   &getRegInfo()   const { abort(); }
-  virtual const TargetCacheInfo &getCacheInfo() const { abort(); }
 
   // This is the only thing that actually does anything here.
   virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out);





More information about the llvm-commits mailing list