summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/compiler/brw_fs.h')
-rw-r--r--src/intel/compiler/brw_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_fs.h b/src/intel/compiler/brw_fs.h
index 0701c274adc..4d5cdd0c013 100644
--- a/src/intel/compiler/brw_fs.h
+++ b/src/intel/compiler/brw_fs.h
@@ -299,7 +299,7 @@ public:
fs_reg interp_reg(int location, int channel);
- int implied_mrf_writes(fs_inst *inst) const;
+ int implied_mrf_writes(const fs_inst *inst) const;
virtual void dump_instructions();
virtual void dump_instructions(const char *name);