mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
radeon/llvm: Fix typo in assert
This commit is contained in:
parent
1247549734
commit
1cee70c5d8
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ void AMDGPUAsmPrinter::EmitProgramInfo(MachineFunction &MF) {
|
|||
isSGPR = true;
|
||||
width = 8;
|
||||
} else {
|
||||
assert("!Unknown register class");
|
||||
assert(!"Unknown register class");
|
||||
}
|
||||
hwReg = RI->getHWRegNum(reg);
|
||||
maxUsed = hwReg + width - 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue