1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Remove debugging output stuff

llvm-svn: 641
This commit is contained in:
Chris Lattner 2001-09-19 14:08:25 +00:00
parent d5ca24e73e
commit 2ab05b6f57

View File

@ -198,11 +198,4 @@ public:
typedef UseTy<Value> Use;
//----------------------------------------------------------------------
// Debugging support for class Value and its subclasses.
//
void DebugValue(const Value *V);
void DebugValue(const Value &V);
#endif