mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 18:44:25 +08:00
Reverts "Use correct format identifiers to print something meaningful." Original format specifiers were correct. Instead use void* casts to remove warnings, since this is what the %p specifier expects. llvm-svn: 256833