OSDN Git Service

i965/fs: Remove creation of a MOV instruction that's never used.
authorEric Anholt <eric@anholt.net>
Wed, 13 Mar 2013 19:17:25 +0000 (12:17 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 1 Apr 2013 23:17:24 +0000 (16:17 -0700)
commit59e858861caad2649f4c282eb277a7fc6202ab65
treeff9ccda8f29c400e05348f65232f210b15acbe7d
parent1d6ead38042cc0d1e667d8ff55937c1e32d108b1
i965/fs: Remove creation of a MOV instruction that's never used.

We weren't inserting it into the list, so it did nothing.  This line was
replaced by the MOV/MUL block above.

NOTE: This is a candidate for the 9.1 branch.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp