Add a missing "virtual" keyword.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170842 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nadav Rotem
2012-12-21 05:02:12 +00:00
parent ebf395d39e
commit 042a9a2666

View File

@@ -960,7 +960,7 @@ namespace llvm {
virtual unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
unsigned Index) const;
unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
Type *CondTy) const;
virtual unsigned getCastInstrCost(unsigned Opcode, Type *Dst,