enhance codegen to put 16-bit character strings into the
[oota-llvm.git] / lib / Target / XCore / XCoreRegisterInfo.cpp
index 8bdfcdcdb586bf775fbc555d82529f7ee6d23d68..94bc8ba2579eb5b03c88fb90d9e870f8a9c85cac 100644 (file)
@@ -191,7 +191,8 @@ void XCoreRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
   int StackSize = MF.getFrameInfo()->getStackSize();
 
   #ifndef NDEBUG
-  DOUT << "\nFunction         : " << MF.getFunction()->getName() << "\n";
+  DEBUG(errs() << "\nFunction         : " 
+        << MF.getFunction()->getName() << "\n");
   DOUT << "<--------->\n";
   MI.print(DOUT);
   DOUT << "FrameIndex         : " << FrameIndex << "\n";