Skip to content

Commit 1a08887

Browse files
committed
Suppressed unused-var warning from c672ba7
1 parent acdd3cc commit 1a08887

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Utils/CloneFunction.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,6 @@ void llvm::remapInstructionsInBlocks(ArrayRef<BasicBlock *> Blocks,
989989
ValueToValueMapTy &VMap) {
990990
// Rewrite the code to refer to itself.
991991
for (auto *BB : Blocks) {
992-
Module *M = BB->getModule();
993992
for (auto &Inst : *BB) {
994993
RemapDPValueRange(Inst.getModule(), Inst.getDbgValueRange(), VMap,
995994
RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);

0 commit comments

Comments
 (0)