Use %p rather than %08x when printing pointers to fix compile.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 29 Apr 2010 06:18:25 +0000 (23:18 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 1 May 2010 07:38:36 +0000 (00:38 -0700)
commitb0e0da5f07b5072d588ab33b121933c705f3b8a1
treeacdfa4be1383a7ec3157f6598255e84b9c96f5e9
parent05ddebac0a45bf07fa60b04b22f29234ca26a4a4
Use %p rather than %08x when printing pointers to fix compile.
ir_print_visitor.cpp