From a09362eb975730ac624c0bd210a95655ee105296 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 28 Nov 2006 22:48:48 +0000 Subject: Use llvm streams instead of git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31985 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineInstr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/CodeGen/MachineInstr.cpp') diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp index 7da1dcae5c..b6e6011b60 100644 --- a/lib/CodeGen/MachineInstr.cpp +++ b/lib/CodeGen/MachineInstr.cpp @@ -17,8 +17,8 @@ #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/MRegisterInfo.h" #include "llvm/Support/LeakDetector.h" +#include "llvm/Support/Streams.h" #include - using namespace llvm; // Global variable holding an array of descriptors for machine instructions. @@ -175,7 +175,7 @@ bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { } void MachineInstr::dump() const { - std::cerr << " " << *this; + llvm_cerr << " " << *this; } static inline void OutputReg(std::ostream &os, unsigned RegNo, -- cgit v1.2.3-18-g5258