[AArch64] Fix a typo in isExtFreeImpl()

next => not

Differential Revision: https://reviews.llvm.org/D36104

llvm-svn: 309748
This commit is contained in:
Haicheng Wu 2017-08-01 21:26:45 +00:00
parent 95aaeaf3f0
commit 1ba7c27bcc

View File

@ -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;