i965/fs: Drop fs_inst::overwrites_reg() in favor of regions_overlap().
[mesa.git] / src / mesa / drivers / dri / i965 / brw_ir_fs.h
index c688345fdfda5fabdfeb130b39b5ed1299017134..5275953363baf7f9fdb1b06b0cd68562656e3b6e 100644 (file)
@@ -334,7 +334,6 @@ public:
    void resize_sources(uint8_t num_sources);
 
    bool equals(fs_inst *inst) const;
-   bool overwrites_reg(const fs_reg &reg) const;
    bool is_send_from_grf() const;
    bool is_partial_write() const;
    bool is_copy_payload(const brw::simple_allocator &grf_alloc) const;