Remove using decl

llvm-svn: 7531
This commit is contained in:
Chris Lattner 2003-08-03 20:24:29 +00:00
parent 23f7128e1f
commit 1789d23990
1 changed files with 1 additions and 3 deletions

View 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&