nouveau: codegen: Slightly refactor Source::scanInstruction() dst handling
authorHans de Goede <hdegoede@redhat.com>
Tue, 15 Mar 2016 12:48:30 +0000 (13:48 +0100)
committerHans de Goede <hdegoede@redhat.com>
Mon, 21 Mar 2016 11:20:32 +0000 (12:20 +0100)
commitc783ad0e24fc4b5c843d29eb85270f5e29b7c4d1
treec6ce19eea37bf812e48498bb3ef55c55528974db
parent54cdde5effd8540eb45b55c71ed34ff5c058a6f0
nouveau: codegen: Slightly refactor Source::scanInstruction() dst handling

Use the dst temp variable which was used in the TGSI_FILE_OUTPUT
case everywhere. This makes the code somewhat easier to reads
and helps avoiding going over 80 chars with upcoming changes.

This also brings the dst handling more in line with the src
handling.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp