projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84be5ad
)
OptInfo is no longer required
author
Chris Lattner
<sabre@nondot.org>
Mon, 1 Sep 2003 20:41:07 +0000
(20:41 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 1 Sep 2003 20:41:07 +0000
(20:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8312
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86TargetMachine.h
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86TargetMachine.h
b/lib/Target/X86/X86TargetMachine.h
index 07c46089f2acbb28c0fddfe260dcdc21205b61b2..74eced895ae7a6c4c0fe1cbbc7ebe376a0d1a132 100644
(file)
--- a/
lib/Target/X86/X86TargetMachine.h
+++ b/
lib/Target/X86/X86TargetMachine.h
@@
-27,7
+27,6
@@
public:
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