Brian Gaeke
|
025daeeee6
|
Include <iostream> here, because most people using DEBUG() want to use std::cerr too.
This means that users of this file do not also need to include <iostream>.
llvm-svn: 15088
|
2004-07-21 20:50:22 +00:00 |
Brian Gaeke
|
960707c335
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
John Criswell
|
dd04329da2
|
Added LLVM notice.
llvm-svn: 9300
|
2003-10-20 19:46:57 +00:00 |
Chris Lattner
|
bb54f6fcad
|
Move debugging support out of Statistic.h into Debug.h, implement the new DEBUG_TYPE facilities
llvm-svn: 7490
|
2003-08-01 22:12:40 +00:00 |