i965/fs: Fix the build
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 1 Oct 2014 00:27:33 +0000 (17:27 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 1 Oct 2014 00:27:33 +0000 (17:27 -0700)
src/mesa/drivers/dri/i965/brw_fs.cpp

index fd59ef8..709c5b0 100644 (file)
@@ -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 */