summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2010-01-05 01:29:29 +0000
committerDavid Greene <greened@obbligato.org>2010-01-05 01:29:29 +0000
commitd589dafba6755be93cfb8240d1d78ec86cbd658d (patch)
tree3fcfc31df591b302aa62470f7f2b12bccf9b5546 /llvm/lib
parentc7f9b122077e0bd9bbbff13daf5a488a25b7581e (diff)
downloadbcm5719-llvm-d589dafba6755be93cfb8240d1d78ec86cbd658d.tar.gz
bcm5719-llvm-d589dafba6755be93cfb8240d1d78ec86cbd658d.zip
Change errs() to dbgs().
llvm-svn: 92653
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.cpp b/llvm/lib/Target/X86/X86InstrInfo.cpp
index e555cd176cd..9600cffa91f 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.cpp
+++ b/llvm/lib/Target/X86/X86InstrInfo.cpp
@@ -28,6 +28,7 @@
#include "llvm/CodeGen/LiveVariables.h"
#include "llvm/CodeGen/PseudoSourceValue.h"
#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetOptions.h"
@@ -2354,7 +2355,7 @@ X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
// No fusion
if (PrintFailedFusing)
- errs() << "We failed to fuse operand " << i << " in " << *MI;
+ dbgs() << "We failed to fuse operand " << i << " in " << *MI;
return NULL;
}
OpenPOWER on IntegriCloud