Skip to content

Commit 497d4f1

Browse files
committed
[SPIRV] Remove unused variable. NFC
1 parent 9b514bc commit 497d4f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ void SPIRVModuleAnalysis::visitDecl(
319319
std::map<const Value *, unsigned> &GlobalToGReg, const MachineFunction *MF,
320320
const MachineInstr &MI) {
321321
unsigned Opcode = MI.getOpcode();
322-
DenseSet<Register> Deps;
323322

324323
// Process each operand of the instruction to resolve dependencies
325324
for (const MachineOperand &MO : MI.operands()) {

0 commit comments

Comments
 (0)