forked from OSchip/llvm-project
[AArch64] Fix a typo in isExtFreeImpl()
next => not Differential Revision: https://reviews.llvm.org/D36104 llvm-svn: 309748
This commit is contained in:
parent
4b102c3d5c
commit
50692a203c
|
@ -7421,7 +7421,7 @@ bool AArch64TargetLowering::isExtFreeImpl(const Instruction *Ext) const {
|
|||
if (isa<FPExtInst>(Ext))
|
||||
return false;
|
||||
|
||||
// Vector types are next free.
|
||||
// Vector types are not free.
|
||||
if (Ext->getType()->isVectorTy())
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue