i965/fs: Move setting opcode = NOP to its one useful location.
authorMatt Turner <mattst88@gmail.com>
Thu, 20 Feb 2014 16:19:19 +0000 (08:19 -0800)
committerMatt Turner <mattst88@gmail.com>
Sat, 22 Feb 2014 06:51:33 +0000 (22:51 -0800)
commit070f20272fcfdcafe5d843d240e876ef5cfda560
treed9d7280d7e2dc803208085fbf836baae63bbe884
parent4fbebd6e65d8030131cdd71e273016bd2213ac77
i965/fs: Move setting opcode = NOP to its one useful location.

All other callers of init() immediately set opcode to something else.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp