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:
parent
0c6ae60683
commit
3758a3ba8e
@ -616,11 +616,12 @@ private:
|
|||||||
Value *base; // non null only if status == base
|
Value *base; // non null only if status == base
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifndef NDEBUG
|
||||||
inline raw_ostream &operator<<(raw_ostream &OS, const BDVState &State) {
|
inline raw_ostream &operator<<(raw_ostream &OS, const BDVState &State) {
|
||||||
State.print(OS);
|
State.print(OS);
|
||||||
return OS;
|
return OS;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef DenseMap<Value *, BDVState> ConflictStateMapTy;
|
typedef DenseMap<Value *, BDVState> ConflictStateMapTy;
|
||||||
// Values of type BDVState form a lattice, and this is a helper
|
// Values of type BDVState form a lattice, and this is a helper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user