Use proper capitalization and punctuation per coding standards. NFC.

llvm-svn: 269652
This commit is contained in:
Chad Rosier 2016-05-16 12:55:01 +00:00
parent 44deb63ff2
commit c73d559df4
1 changed files with 1 additions and 1 deletions

View File

@ -1569,7 +1569,7 @@ static bool isBitfieldExtractOpFromShr(SDNode *N, unsigned &Opc, SDValue &Opd0,
if (isSeveralBitsExtractOpFromShr(N, Opc, Opd0, Immr, Imms))
return true;
// we're looking for a shift of a shift
// We're looking for a shift of a shift.
uint64_t ShlImm = 0;
uint64_t TruncBits = 0;
if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, ShlImm)) {