1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

[NFC] Fixed unused function warnings

llvm-svn: 339021
This commit is contained in:
David Bolvansky 2018-08-06 15:09:15 +00:00
parent 138615c03f
commit 941e1e17ff

View File

@ -367,10 +367,12 @@ 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;
}
#endif
template <class RemarkT>
RemarkT &operator<<(RemarkT &&R, const InlineCost &IC) {