gallivm: Don't use raw_debug_ostream for dissasembling
authorTom Stellard <thomas.stellard@amd.com>
Mon, 20 Jul 2015 13:49:05 +0000 (06:49 -0700)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 23 Jul 2015 14:12:56 +0000 (14:12 +0000)
commit9f7a68feafc86a51a7c5165672b29cb7182da738
tree1e4f939236a6004ea75aa59947e5f08855c6ab4e
parent6d8e466792c284e79125bab33fcfb0872d0df2c3
gallivm: Don't use raw_debug_ostream for dissasembling

All LLVM API calls that require an ostream object have been removed from
the disassemble() function, so we don't need to use this class to wrap
_debug_printf() we can just call this function directly.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/gallivm/lp_bld_debug.cpp