Remove using decl
authorChris Lattner <sabre@nondot.org>
Sun, 3 Aug 2003 20:24:29 +0000 (20:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Aug 2003 20:24:29 +0000 (20:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7531 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineInstr.cpp

index b0e1779f28538713a6d8dd01f63a31c5a26f39bf..f53e8dcb7de7a245a4ad97dca21761513d836efc 100644 (file)
@@ -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&