mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Use proper capitalization and punctuation per coding standards. NFC.
llvm-svn: 269652
This commit is contained in:
parent
0ed64737ef
commit
5730f6ff68
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user