From: Jason Ekstrand Date: Wed, 1 Oct 2014 00:27:33 +0000 (-0700) Subject: i965/fs: Fix the build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eedbce9c63a3f385908bdc8a69e8be98dd3522ff;p=mesa.git i965/fs: Fix the build --- diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index fd59ef80353..709c5b0128e 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp @@ -2975,7 +2975,7 @@ fs_visitor::lower_load_payload() foreach_block_and_inst_safe (block, fs_inst, inst, cfg) { int dst_reg; - } if (inst->dst.file == GRF) { + if (inst->dst.file == GRF) { dst_reg = vgrf_to_reg[inst->dst.reg]; } else { /* MRF */