mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
Missing "virtual" keyword. Jakob's review.
llvm-svn: 127070
This commit is contained in:
parent
7de156da4a
commit
e310d30fba
@ -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…
Reference in New Issue
Block a user