forked from OSchip/llvm-project
parent
f392ec6ecc
commit
b5650e5eae
|
@ -131,7 +131,8 @@ inline raw_ostream &operator<<(raw_ostream &OS, const BlockMass &X) {
|
|||
template <> struct isPodLike<BlockMass> {
|
||||
static const bool value = true;
|
||||
};
|
||||
}
|
||||
|
||||
} // end namespace llvm
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
|
@ -1183,7 +1184,8 @@ raw_ostream &BlockFrequencyInfoImpl<BT>::print(raw_ostream &OS) const {
|
|||
OS << "\n";
|
||||
return OS;
|
||||
}
|
||||
}
|
||||
|
||||
} // end namespace llvm
|
||||
|
||||
#undef DEBUG_TYPE
|
||||
|
||||
|
|
|
@ -87,7 +87,8 @@ struct DitheringDistributer {
|
|||
|
||||
BlockMass takeMass(uint32_t Weight);
|
||||
};
|
||||
}
|
||||
|
||||
} // end namespace
|
||||
|
||||
DitheringDistributer::DitheringDistributer(Distribution &Dist,
|
||||
const BlockMass &Mass) {
|
||||
|
|
Loading…
Reference in New Issue