i965: Move common code out of #ifdef
authorMatt Turner <mattst88@gmail.com>
Thu, 16 Nov 2017 21:35:01 +0000 (13:35 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 17 Nov 2017 20:14:38 +0000 (12:14 -0800)
commitf4276ef7ef4b92bdcb2f43b34ff95a3189fc0ce1
treefad96459d0ad65ccd62da67270ef8f48283f3f74
parent822fd2341db49cbbe813114d2d0fc1b66de4807c
i965: Move common code out of #ifdef

I'm going to change the call in a later patch and with the difference in
indentation level it wasn't immediately obvious that the calls were
identical.

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/compiler/brw_fs_generator.cpp
src/intel/compiler/brw_vec4_generator.cpp