summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetTransformImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Target/TargetTransformImpl.h')
-rw-r--r--include/llvm/Target/TargetTransformImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetTransformImpl.h b/include/llvm/Target/TargetTransformImpl.h
index 59b7ffc826..f2229748be 100644
--- a/include/llvm/Target/TargetTransformImpl.h
+++ b/include/llvm/Target/TargetTransformImpl.h
@@ -71,7 +71,7 @@ public:
virtual unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty) const;
- virtual unsigned getBroadcastCost(Type *Tp) const;
+ virtual unsigned getShuffleCost(ShuffleKind Kind, Type *Tp) const;
virtual unsigned getCastInstrCost(unsigned Opcode, Type *Dst,
Type *Src) const;