mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-30 15:22:41 +00:00
Fix missing words in sentence
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211511 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
261698fbd5
commit
cf88d40c8a
@ -99,9 +99,9 @@ void AMDGPUInstPrinter::printRegOperand(unsigned reg, raw_ostream &O) {
|
||||
return;
|
||||
}
|
||||
|
||||
// The low 8 bits encoding value is the register index, for both VGPRs and
|
||||
// SGPRs.
|
||||
unsigned RegIdx = MRI.getEncodingValue(reg) & ((1 << 8) - 1);
|
||||
// The low 8 bits of the encoding value is the register index, for both VGPRs
|
||||
// and SGPRs.
|
||||
unsigned RegIdx = MRI.getEncodingValue(reg) & ((1 << 8) - 1);
|
||||
if (NumRegs == 1) {
|
||||
O << Type << RegIdx;
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user