summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Debugger/ProgramInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-23 08:43:55 +0000
committerChris Lattner <sabre@nondot.org>2009-08-23 08:43:55 +0000
commit471ba48cb99a9d9bb8964f63363a3470369c2ecc (patch)
treec2df904af193eb7651904e850c607ea08dfbf3e4 /llvm/lib/Debugger/ProgramInfo.cpp
parent0ad0c21248024f2343810fe3ab3b2d646ffb0ef4 (diff)
downloadbcm5719-llvm-471ba48cb99a9d9bb8964f63363a3470369c2ecc.tar.gz
bcm5719-llvm-471ba48cb99a9d9bb8964f63363a3470369c2ecc.zip
remove some uses of llvm/Support/Streams.h
llvm-svn: 79842
Diffstat (limited to 'llvm/lib/Debugger/ProgramInfo.cpp')
-rw-r--r--llvm/lib/Debugger/ProgramInfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Debugger/ProgramInfo.cpp b/llvm/lib/Debugger/ProgramInfo.cpp
index 6e584bdcc31..f649ebe5813 100644
--- a/llvm/lib/Debugger/ProgramInfo.cpp
+++ b/llvm/lib/Debugger/ProgramInfo.cpp
@@ -23,7 +23,6 @@
#include "llvm/Debugger/SourceFile.h"
#include "llvm/Debugger/SourceLanguage.h"
#include "llvm/Support/SlowOperationInformer.h"
-#include "llvm/Support/Streams.h"
#include "llvm/ADT/STLExtras.h"
using namespace llvm;
@@ -184,7 +183,7 @@ void SourceFunctionInfo::getSourceLocation(unsigned &RetLineNo,
if (SD) { // We found the first stop point!
// This is just a sanity check.
if (getSourceFile().getDescriptor() != SD)
- cout << "WARNING: first line of function is not in the"
+ outs() << "WARNING: first line of function is not in the"
<< " file that the function descriptor claims it is in.\n";
break;
}
OpenPOWER on IntegriCloud