OSDN Git Service

i965/fs: Remove extraneous newline in dump_instruction() for CMP.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 5 Aug 2013 05:35:01 +0000 (22:35 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 12 Aug 2013 20:13:04 +0000 (13:13 -0700)
commitee7bfab06805bff508c31b3ad3fb13d181f3fbf1
tree70f8c2e20ae6f40a7aca9e1916cfc507efa61e2a
parent80e1c2f35f76562a6a62cfa630edaf97e6d6f227
i965/fs: Remove extraneous newline in dump_instruction() for CMP.

This resulted in printouts like:

   246: cmp.cmod.f0.0
    ???, vgrf152, 0.000000f, (null),

With this patch, CMP is properly printed on one line.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs.cpp