Skip to content

Commit 1e77013

Browse files
author
Wael Yehia
committed
address code review
1 parent 33c672f commit 1e77013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/PPCISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ bool PPC::isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize) {
22422242
return false;
22432243

22442244
for (unsigned i = EltSize, e = 16; i != e; i += EltSize) {
2245-
// An UNDEF element is a sequence of UNDEF bits.
2245+
// An UNDEF element is a sequence of UNDEF bytes.
22462246
if (N->getMaskElt(i) < 0) {
22472247
for (unsigned j = 1; j != EltSize; ++j)
22482248
if (N->getMaskElt(i + j) >= 0)

0 commit comments

Comments
 (0)