diff options
Diffstat (limited to 'llvm/lib/Analysis/TargetTransformInfo.cpp')
-rw-r--r-- | llvm/lib/Analysis/TargetTransformInfo.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Analysis/TargetTransformInfo.cpp b/llvm/lib/Analysis/TargetTransformInfo.cpp index 36f2983..3d43f39 100644 --- a/llvm/lib/Analysis/TargetTransformInfo.cpp +++ b/llvm/lib/Analysis/TargetTransformInfo.cpp @@ -1384,10 +1384,6 @@ bool TargetTransformInfo::preferInLoopReduction(unsigned Opcode, return TTIImpl->preferInLoopReduction(Opcode, Ty); } -bool TargetTransformInfo::preferAlternateOpcodeVectorization() const { - return TTIImpl->preferAlternateOpcodeVectorization(); -} - bool TargetTransformInfo::preferPredicatedReductionSelect(unsigned Opcode, Type *Ty) const { return TTIImpl->preferPredicatedReductionSelect(Opcode, Ty); |