[llvm-commits] CVS: llvm/lib/Target/X86/X86TargetMachine.h
Chris Lattner
lattner at cs.uiuc.edu
Sat Dec 28 20:51:20 PST 2002
Changes in directory llvm/lib/Target/X86:
X86TargetMachine.h updated: 1.7 -> 1.8
---
Log message:
Rename MachineOptInfo to TargetoptInfo
Rename MachineCacheInfo to TargetCacheInfo
---
Diffs of the changes:
Index: llvm/lib/Target/X86/X86TargetMachine.h
diff -u llvm/lib/Target/X86/X86TargetMachine.h:1.7 llvm/lib/Target/X86/X86TargetMachine.h:1.8
--- llvm/lib/Target/X86/X86TargetMachine.h:1.7 Sat Dec 28 15:00:25 2002
+++ llvm/lib/Target/X86/X86TargetMachine.h Sat Dec 28 20:50:35 2002
@@ -25,8 +25,8 @@
virtual const MachineSchedInfo &getSchedInfo() const { abort(); }
virtual const MachineRegInfo &getRegInfo() const { abort(); }
- virtual const MachineCacheInfo &getCacheInfo() const { abort(); }
- virtual const MachineOptInfo &getOptInfo() const { abort(); }
+ virtual const TargetCacheInfo &getCacheInfo() const { abort(); }
+ virtual const TargetOptInfo &getOptInfo() const { abort(); }
/// addPassesToJITCompile - Add passes to the specified pass manager to
/// implement a fast dynamic compiler for this target. Return true if this is
More information about the llvm-commits
mailing list