mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Hrm, don't do debugging output when debugging is off. :(
llvm-svn: 1420
This commit is contained in:
parent
447d8fd004
commit
d1a8ed7d8c
@ -637,9 +637,9 @@ static bool DoInsertArrayCasts(Method *M) {
|
||||
// TODO: insert casts for alloca, malloc, and function call results. Also,
|
||||
// look for pointers that already have casts, to add to the map.
|
||||
|
||||
if (Changed) {
|
||||
cerr << "Inserted casts:\n" << M;
|
||||
}
|
||||
#ifdef DEBUG_PEEPHOLE_INSTS
|
||||
if (Changed) cerr << "Inserted casts:\n" << M;
|
||||
#endif
|
||||
|
||||
return Changed;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user