fix comments

related to  
Differential Revision: http://reviews.llvm.org/D17913

llvm-svn: 267383
This commit is contained in:
Igor Breger 2016-04-25 08:30:28 +00:00
parent ab9390664f
commit fd63b80486
1 changed files with 1 additions and 2 deletions

View File

@ -326,8 +326,7 @@ public:
unsigned AddrSpace = 0) const; unsigned AddrSpace = 0) const;
/// \brief Return true if the target supports masked load/store /// \brief Return true if the target supports masked load/store
/// AVX2 and AVX-512 targets allow masks for consecutive load and store for /// AVX2 and AVX-512 targets allow masks for consecutive load and store
/// 32 and 64 bit elements.
bool isLegalMaskedStore(Type *DataType) const; bool isLegalMaskedStore(Type *DataType) const;
bool isLegalMaskedLoad(Type *DataType) const; bool isLegalMaskedLoad(Type *DataType) const;