intel/compiler: remove old comment
authorItalo Nicola <italo.niccola@gmail.com>
Fri, 8 Nov 2019 14:29:59 +0000 (11:29 -0300)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Mon, 18 Nov 2019 18:20:34 +0000 (10:20 -0800)
This comment was correct some time ago, but since commit
d3c10ad42729c1fe74a7f7c67465bd2, it isn't true anymore.

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
src/intel/compiler/brw_fs.cpp

index 92a9c9902e4c84d5cb496d2843d51ef803bf8f09..37a90d0d4890921110c259ab26c39755e6928009 100644 (file)
@@ -629,9 +629,6 @@ type_size_scalar(const struct glsl_type *type, bool bindless)
 
 /**
  * Create a MOV to read the timestamp register.
- *
- * The caller is responsible for emitting the MOV.  The return value is
- * the destination of the MOV, with extra parameters set.
  */
 fs_reg
 fs_visitor::get_timestamp(const fs_builder &bld)