forked from OSchip/llvm-project
parent
d6c5a769ea
commit
805c1514e4
|
@ -88,4 +88,8 @@ inline ostream &operator<<(ostream &o, const Value *I) {
|
|||
return o;
|
||||
}
|
||||
|
||||
inline void DebugValue(const Value *V) {
|
||||
cerr << V << endl;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue