mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Quick change to remove duplicate SSA ID on DXIL Alloca result name
This commit is contained in:
@@ -5248,8 +5248,6 @@ bool ThreadState::ExecuteInstruction(const rdcarray<ThreadState> &workgroup)
|
||||
case Operation::Alloca:
|
||||
{
|
||||
result.name = DXBC::BasicDemangle(result.name);
|
||||
result.name += "_";
|
||||
result.name += ToStr(resultId);
|
||||
m_Memory.AllocateMemoryForType(inst.type, resultId, false, false, result);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user