From 471ba48cb99a9d9bb8964f63363a3470369c2ecc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 23 Aug 2009 08:43:55 +0000 Subject: remove some uses of llvm/Support/Streams.h llvm-svn: 79842 --- llvm/lib/Debugger/ProgramInfo.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/lib/Debugger/ProgramInfo.cpp') 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; } -- cgit v1.2.3