diff --git a/lib/Analysis/MemDepPrinter.cpp b/lib/Analysis/MemDepPrinter.cpp index 276a10a2aba..00642347102 100644 --- a/lib/Analysis/MemDepPrinter.cpp +++ b/lib/Analysis/MemDepPrinter.cpp @@ -72,9 +72,6 @@ namespace { assert(dep.isUnknown() && "unexpected dependence type"); return InstTypePair(dep.getInst(), Unknown); } - static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { - return InstTypePair(inst, type); - } }; }