Make lldb -Werror clean on Windows.

Differential Revision: https://reviews.llvm.org/D25247

llvm-svn: 283344
This commit is contained in:
Zachary Turner
2016-10-05 17:07:34 +00:00
parent d6ef28462b
commit 5a8ad4591b
39 changed files with 274 additions and 233 deletions

View File

@@ -1279,6 +1279,7 @@ GetBaseExplainingValue(const Instruction::Operand &operand,
}
}
}
return std::make_pair(nullptr, 0);
}
std::pair<const Instruction::Operand *, int64_t>