SIL: remove the pinning instructions: strong_pin, strong_unpin, is_unique_or_pinned

They are not used anymore after removing the pinning addressors.
This commit is contained in:
Erik Eckstein
2018-08-21 13:18:28 -07:00
parent 7c06d4f8ab
commit 99a9ed5535
36 changed files with 6 additions and 349 deletions

View File

@@ -124,7 +124,6 @@ bool ArrayAllocation::recursivelyCollectUses(ValueBase *Def) {
auto *User = Opd->getUser();
// Ignore reference counting and debug instructions.
if (isa<RefCountingInst>(User) ||
isa<StrongPinInst>(User) ||
isa<DebugValueInst>(User))
continue;