mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 22:34:39 +00:00
R600/SI: Don't assert on SCC usage
llvm-svn: 193198
This commit is contained in:
parent
5342d07a08
commit
c02348a968
@ -196,8 +196,10 @@ void AMDGPUAsmPrinter::EmitProgramInfoSI(MachineFunction &MF) {
|
||||
VCCUsed = true;
|
||||
continue;
|
||||
}
|
||||
|
||||
switch (reg) {
|
||||
default: break;
|
||||
case AMDGPU::SCC:
|
||||
case AMDGPU::EXEC:
|
||||
case AMDGPU::M0:
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user