[PATCH] D36174: [AArch64] Fix a typo in isExtFreeImpl()

Haicheng Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 13:38:58 PDT 2017


haicheng created this revision.
Herald added subscribers: kristof.beyls, javed.absar, rengolin, aemerson.

next => not


Repository:
  rL LLVM

https://reviews.llvm.org/D36174

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp


Index: lib/Target/AArch64/AArch64ISelLowering.cpp
===================================================================
--- lib/Target/AArch64/AArch64ISelLowering.cpp
+++ lib/Target/AArch64/AArch64ISelLowering.cpp
@@ -7421,7 +7421,7 @@
   if (isa<FPExtInst>(Ext))
     return false;
 
-  // Vector types are next free.
+  // Vector types are not free.
   if (Ext->getType()->isVectorTy())
     return false;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36174.109195.patch
Type: text/x-patch
Size: 408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170801/a256c83c/attachment.bin>


More information about the llvm-commits mailing list