mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 08:51:43 +00:00
[AArch64] Fix a typo in isExtFreeImpl()
next => not Differential Revision: https://reviews.llvm.org/D36104 llvm-svn: 309748
This commit is contained in:
parent
95aaeaf3f0
commit
1ba7c27bcc
@ -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
Block a user