summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-14 20:32:10 +0000
committerChris Lattner <sabre@nondot.org>2003-01-14 20:32:10 +0000
commitc49ca9ce583c344b465af2d841ad95c755e46363 (patch)
tree7e5050298d295ab6337a7a01cd7bd27bbc15e88c /llvm/lib/Target/Sparc
parentedac414cac86f637e34578fed080189026db2f0f (diff)
downloadbcm5719-llvm-c49ca9ce583c344b465af2d841ad95c755e46363.tar.gz
bcm5719-llvm-c49ca9ce583c344b465af2d841ad95c755e46363.zip
Minor cleanups
llvm-svn: 5266
Diffstat (limited to 'llvm/lib/Target/Sparc')
-rw-r--r--llvm/lib/Target/Sparc/PreSelection.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/lib/Target/Sparc/PreSelection.cpp b/llvm/lib/Target/Sparc/PreSelection.cpp
index 012956220c6..2c3dcf2fe39 100644
--- a/llvm/lib/Target/Sparc/PreSelection.cpp
+++ b/llvm/lib/Target/Sparc/PreSelection.cpp
@@ -20,11 +20,8 @@
#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;
}
OpenPOWER on IntegriCloud