Skip to content

Commit 90b47e8

Browse files
author
git apple-llvm automerger
committed
Merge commit '4ade7798bb1d' from apple/main into swift/next
2 parents fa96102 + 4ade779 commit 90b47e8

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)