================
@@ -689,11 +698,6 @@ void Dependence::dump(raw_ostream &OS) const {
else if (isInput())
OS << "input";
dumpImp(OS);
- unsigned SameSDLevels = getSameSDLevels();
----------------
amehsan wrote:
Otherwise, LGTM
https://github.com/llvm/llvm-project/pull/162645