mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 23:24:34 +00:00
Namespace qualify debugging code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1921 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#ifdef DEBUG_PEEPHOLE_INSTS
|
#ifdef DEBUG_PEEPHOLE_INSTS
|
||||||
#define PRINT_PEEPHOLE(ID, NUM, I) \
|
#define PRINT_PEEPHOLE(ID, NUM, I) \
|
||||||
cerr << "Inst P/H " << ID << "[" << NUM << "] " << I;
|
std::cerr << "Inst P/H " << ID << "[" << NUM << "] " << I;
|
||||||
#else
|
#else
|
||||||
#define PRINT_PEEPHOLE(ID, NUM, I)
|
#define PRINT_PEEPHOLE(ID, NUM, I)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user