summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-03 20:24:29 +0000
committerChris Lattner <sabre@nondot.org>2003-08-03 20:24:29 +0000
commit1789d2399026fffa71ff97cb576f59ae4f1cd65d (patch)
treec38e3e2d7faeca4160b6bc39a0f2fde1a729a7f6 /llvm/lib/CodeGen/MachineInstr.cpp
parent23f7128e1faaa7c68f61b6ec4a9cc7a4a7c4a9eb (diff)
downloadbcm5719-llvm-1789d2399026fffa71ff97cb576f59ae4f1cd65d.tar.gz
bcm5719-llvm-1789d2399026fffa71ff97cb576f59ae4f1cd65d.zip
Remove using decl
llvm-svn: 7531
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineInstr.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp
index b0e1779f285..f53e8dcb7de 100644
--- a/llvm/lib/CodeGen/MachineInstr.cpp
+++ b/llvm/lib/CodeGen/MachineInstr.cpp
@@ -8,8 +8,6 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/MRegisterInfo.h"
-using std::cerr;
-
// Global variable holding an array of descriptors for machine instructions.
// The actual object needs to be created separately for each target machine.
@@ -198,7 +196,7 @@ MachineInstr::substituteValue(const Value* oldVal, Value* newVal,
void
MachineInstr::dump() const
{
- cerr << " " << *this;
+ std::cerr << " " << *this;
}
static inline std::ostream&
OpenPOWER on IntegriCloud