Missing "virtual" keyword. Jakob's review.
authorAndrew Trick <atrick@apple.com>
Sat, 5 Mar 2011 08:39:45 +0000 (08:39 +0000)
committerAndrew 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

index 13bcee652f33f5926805cb09b2e25376a0a89cbc..c903f3153e1e24afc85e46ff0b80a4f3dada785a 100644 (file)
@@ -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