summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86JITInfo.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-08-03 00:11:34 +0000
committerBill Wendling <isanbard@gmail.com>2009-08-03 00:11:34 +0000
commit6eecd56efcd7ef57f6306e37b7c89d75954274c5 (patch)
treedd45141b0675436a3ef4e6c6fad15ae9694e3bd5 /llvm/lib/Target/X86/X86JITInfo.cpp
parent55137cbc859e495d873a0d82c2d8045018631acb (diff)
downloadbcm5719-llvm-6eecd56efcd7ef57f6306e37b7c89d75954274c5.tar.gz
bcm5719-llvm-6eecd56efcd7ef57f6306e37b7c89d75954274c5.zip
- s/DOUT/DEBUG(errs()/g
- Tidy up some headers. llvm-svn: 77929
Diffstat (limited to 'llvm/lib/Target/X86/X86JITInfo.cpp')
-rw-r--r--llvm/lib/Target/X86/X86JITInfo.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/X86JITInfo.cpp b/llvm/lib/Target/X86/X86JITInfo.cpp
index 24e391ec17c..dc8dd4d7238 100644
--- a/llvm/lib/Target/X86/X86JITInfo.cpp
+++ b/llvm/lib/Target/X86/X86JITInfo.cpp
@@ -348,10 +348,10 @@ X86CompilationCallback2(intptr_t *StackPtr, intptr_t RetAddr) {
#endif
#if 0
- DOUT << "In callback! Addr=" << (void*)RetAddr
- << " ESP=" << (void*)StackPtr
- << ": Resolving call to function: "
- << TheVM->getFunctionReferencedName((void*)RetAddr) << "\n";
+ DEBUG(errs() << "In callback! Addr=" << (void*)RetAddr
+ << " ESP=" << (void*)StackPtr
+ << ": Resolving call to function: "
+ << TheVM->getFunctionReferencedName((void*)RetAddr) << "\n");
#endif
// Sanity check to make sure this really is a call instruction.
OpenPOWER on IntegriCloud