Skip to content

Commit 4ade779

Browse files
author
git apple-llvm automerger
committed
Merge commit 'a6516a820d35' from llvm.org/master into apple/main
2 parents 703d275 + a6516a8 commit 4ade779

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Analysis/MemDepPrinter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ namespace {
7272
assert(dep.isUnknown() && "unexpected dependence type");
7373
return InstTypePair(dep.getInst(), Unknown);
7474
}
75-
static InstTypePair getInstTypePair(const Instruction* inst, DepType type) {
76-
return InstTypePair(inst, type);
77-
}
7875
};
7976
}
8077

0 commit comments

Comments
 (0)