mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-28 09:31:03 +00:00
Remove pointless return; at end of function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84794 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
29bed1c8bb
commit
e31cd34b8a
@ -307,7 +307,6 @@ void MetadataContext::addMD(unsigned MDKind, MDNode *Node, Instruction *Inst) {
|
|||||||
|
|
||||||
// Otherwise add a new entry.
|
// Otherwise add a new entry.
|
||||||
Info.push_back(std::make_pair(MDKind, Node));
|
Info.push_back(std::make_pair(MDKind, Node));
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// removeMD - Remove metadata of given kind attached with an instuction.
|
/// removeMD - Remove metadata of given kind attached with an instuction.
|
||||||
@ -324,8 +323,6 @@ void MetadataContext::removeMD(unsigned Kind, Instruction *Inst) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// removeAllMetadata - Remove all metadata attached with an instruction.
|
/// removeAllMetadata - Remove all metadata attached with an instruction.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user