projects
/
llvm
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c8d351
)
Missing "virtual" keyword. Jakob's review.
author
Andrew Trick
<atrick@apple.com>
Sat, 5 Mar 2011 08:39:45 +0000
(08:39 +0000)
committer
Andrew Trick
<atrick@apple.com>
Sat, 5 Mar 2011 08:39:45 +0000
(08:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127070
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetInstrInfo.h
b/include/llvm/Target/TargetInstrInfo.h
index 13bcee652f33f5926805cb09b2e25376a0a89cbc..c903f3153e1e24afc85e46ff0b80a4f3dada785a 100644
(file)
--- a/
include/llvm/Target/TargetInstrInfo.h
+++ b/
include/llvm/Target/TargetInstrInfo.h
@@
-643,7
+643,7
@@
public:
/// isHighLatencyDef - Return true if this opcode has high latency to its
/// result.
- bool isHighLatencyDef(int opc) const { return false; }
+
virtual
bool isHighLatencyDef(int opc) const { return false; }
/// hasHighOperandLatency - Compute operand latency between a def of 'Reg'
/// and an use in the current loop, return true if the target considered