[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-commits
Subject:    [llvm-commits] CVS: llvm/lib/Target/TargetMachine.cpp
From:       Chris Lattner <lattner () cs ! uiuc ! edu>
Date:       2002-12-28 20:51:10
Message-ID: 200212290250.UAA17754 () apoc ! cs ! uiuc ! edu
[Download RAW message or body]


Changes in directory llvm/lib/Target:

TargetMachine.cpp updated: 1.16 -> 1.17

---
Log message:

Rename MachineOptInfo to TargetoptInfo
Rename MachineCacheInfo to TargetCacheInfo



---
Diffs of the changes:

Index: llvm/lib/Target/TargetMachine.cpp
diff -u llvm/lib/Target/TargetMachine.cpp:1.16 llvm/lib/Target/TargetMachine.cpp:1.17
--- llvm/lib/Target/TargetMachine.cpp:1.16	Tue Oct 29 15:47:50 2002
+++ llvm/lib/Target/TargetMachine.cpp	Sat Dec 28 20:50:31 2002
@@ -1,12 +1,12 @@
 //===-- TargetMachine.cpp - General Target Information ---------------------==//
 //
 // This file describes the general parts of a Target machine.
-// This file also implements MachineCacheInfo.
+// This file also implements TargetCacheInfo.
 //
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/MachineCacheInfo.h"
+#include "llvm/Target/TargetCacheInfo.h"
 #include "llvm/Type.h"
 
 //---------------------------------------------------------------------------
@@ -36,13 +36,13 @@
 
 
 //---------------------------------------------------------------------------
-// class MachineCacheInfo 
+// class TargetCacheInfo 
 // 
 // Purpose:
 //   Describes properties of the target cache architecture.
 //---------------------------------------------------------------------------
 
-void MachineCacheInfo::Initialize() {
+void TargetCacheInfo::Initialize() {
   numLevels = 2;
   cacheLineSizes.push_back(16);  cacheLineSizes.push_back(32); 
   cacheSizes.push_back(1 << 15); cacheSizes.push_back(1 << 20);



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic