[llvm-commits] CVS: llvm/lib/Target/X86/X86TargetMachine.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Sep 1 15:42:03 PDT 2003
Changes in directory llvm/lib/Target/X86:
X86TargetMachine.h updated: 1.12 -> 1.13
---
Log message:
OptInfo is no longer required
---
Diffs of the changes:
Index: llvm/lib/Target/X86/X86TargetMachine.h
diff -u llvm/lib/Target/X86/X86TargetMachine.h:1.12 llvm/lib/Target/X86/X86TargetMachine.h:1.13
--- llvm/lib/Target/X86/X86TargetMachine.h:1.12 Sun Aug 24 14:49:48 2003
+++ llvm/lib/Target/X86/X86TargetMachine.h Mon Sep 1 15:41:07 2003
@@ -27,7 +27,6 @@
virtual const TargetSchedInfo &getSchedInfo() const { abort(); }
virtual const TargetRegInfo &getRegInfo() 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