mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Made it not inline
llvm-svn: 174
This commit is contained in:
parent
de099121e9
commit
5df9510721
@ -88,8 +88,6 @@ inline ostream &operator<<(ostream &o, const Value *I) {
|
||||
return o;
|
||||
}
|
||||
|
||||
inline void DebugValue(const Value *V) {
|
||||
cerr << V << endl;
|
||||
}
|
||||
void DebugValue(const Value *V);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user