mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-04 23:32:00 +00:00
Missing "virtual" keyword. Jakob's review.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127070 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c8d351d99
commit
ece96f5713
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user