mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 21:31:41 +00:00
[AMDGPU] Placate unused variable warning in release builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302821 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
29165da1cd
commit
26ea63b5ba
@ -2004,6 +2004,7 @@ MachineBasicBlock *SITargetLowering::EmitInstrWithCustomInserter(
|
||||
break;
|
||||
}
|
||||
assert(Found);
|
||||
(void)Found;
|
||||
|
||||
// This should be before all vector instructions.
|
||||
BuildMI(*BB, FirstMI, DebugLoc(), TII->get(AMDGPU::S_BFE_U32), CountReg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user