Skip to content

Commit 37d4fb1

Browse files
committed
fix one missing rename
1 parent 8f49a51 commit 37d4fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/TargetTransformInfoImpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ class TargetTransformInfoImplBase {
11451145
const Function &F,
11461146
SmallVectorImpl<std::pair<StringRef, int64_t>> &LB) const {}
11471147

1148-
virtual bool isVectorElementIndexingUsingGEPAllowed() const { return true; }
1148+
virtual bool allowVectorElementIndexingUsingGEP() const { return true; }
11491149

11501150
protected:
11511151
// Obtain the minimum required size to hold the value (without the sign)

0 commit comments

Comments
 (0)