Skip to content

Commit 50692a2

Browse files
author
Haicheng Wu
committed
[AArch64] Fix a typo in isExtFreeImpl()
next => not Differential Revision: https://reviews.llvm.org/D36104 llvm-svn: 309748
1 parent 4b102c3 commit 50692a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7421,7 +7421,7 @@ bool AArch64TargetLowering::isExtFreeImpl(const Instruction *Ext) const {
74217421
if (isa<FPExtInst>(Ext))
74227422
return false;
74237423

7424-
// Vector types are next free.
7424+
// Vector types are not free.
74257425
if (Ext->getType()->isVectorTy())
74267426
return false;
74277427

0 commit comments

Comments
 (0)