Skip to content

Commit e9624af

Browse files
committed
Address review comment
* Add override to TTI hook.
1 parent bbb98ac commit e9624af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ class AArch64TargetLowering : public TargetLowering {
13471347

13481348
bool softPromoteHalfType() const override { return true; }
13491349

1350-
virtual bool hasMultiplePredicateRegisters(EVT VT) const {
1350+
virtual bool hasMultiplePredicateRegisters(EVT VT) const override {
13511351
return VT.isVector();
13521352
}
13531353
};

0 commit comments

Comments
 (0)