1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Fix release build warning for unused function

llvm-svn: 246717
This commit is contained in:
Philip Reames 2015-09-02 21:57:17 +00:00
parent 0c6ae60683
commit 3758a3ba8e

View File

@ -616,11 +616,12 @@ private:
Value *base; // non null only if status == base
};
#ifndef NDEBUG
inline raw_ostream &operator<<(raw_ostream &OS, const BDVState &State) {
State.print(OS);
return OS;
}
#endif
typedef DenseMap<Value *, BDVState> ConflictStateMapTy;
// Values of type BDVState form a lattice, and this is a helper