aboutsummaryrefslogtreecommitdiff
path: root/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
commit925b771dc378d6c88da44cd5b6650f2758c3c0a7 (patch)
treec580ef604614b72438193ffadac3908f7218c534 /lib/CodeGen/MachineInstr.cpp
parent9ca5a2a33e98b0a93dc335a00f4d63aeb9a192b8 (diff)
Remove using decl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineInstr.cpp')
-rw-r--r--lib/CodeGen/MachineInstr.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp
index b0e1779f28..f53e8dcb7d 100644
--- a/lib/CodeGen/MachineInstr.cpp
+++ b/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&