Revert unused function fix

llvm-svn: 339020
This commit is contained in:
David Bolvansky 2018-08-06 15:05:51 +00:00
parent 6bca938bf0
commit 3d2653bd39
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,6 @@ shouldBeDeferred(Function *Caller, CallSite CS, InlineCost IC,
return false;
}
#ifndef NDEBUG
static std::basic_ostream<char> &operator<<(std::basic_ostream<char> &R,
const ore::NV &Arg) {
return R << Arg.Val;
@ -389,6 +388,7 @@ RemarkT &operator<<(RemarkT &&R, const InlineCost &IC) {
return R;
}
#ifndef NDEBUG
static std::string inlineCostStr(const InlineCost &IC) {
std::stringstream Remark;
Remark << IC;