Minor cleanups
authorChris Lattner <sabre@nondot.org>
Tue, 14 Jan 2003 20:32:10 +0000 (20:32 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Jan 2003 20:32:10 +0000 (20:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5266 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9PreSelection.cpp

index 012956220c65d86ff2bfb9df10d54511560be9bb..2c3dcf2fe39586177982a02613280435a4db4ca7 100644 (file)
 #include "llvm/iOther.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Pass.h"
-#include "llvm/Annotation.h"
 #include "Support/CommandLine.h"
-#include "Support/NonCopyable.h"
 #include <algorithm>
-using namespace std;
 
 namespace {
   //===--------------------------------------------------------------------===//
@@ -135,8 +132,8 @@ namespace {
 
     bool doFinalization(Function &F) {
       if (PreSelectDebugLevel >= PreSelect_PrintOutput)
-        cerr << "\n\n*** LLVM code after pre-selection for function "
-             << F.getName() << ":\n\n" << F;
+        std::cerr << "\n\n*** LLVM code after pre-selection for function "
+                  << F.getName() << ":\n\n" << F;
       return false;
     }