mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
nak: drop "reference which is immediately dereferenced by the compiler"
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38807>
This commit is contained in:
parent
daeed4a946
commit
4fbda98cf4
1 changed files with 1 additions and 1 deletions
|
|
@ -9647,7 +9647,7 @@ fn can_isbe_space_sharing_be_enabled(f: &Function) -> bool {
|
|||
let mut sim = IsbeSpaceSharingStateTracker::new();
|
||||
|
||||
for instr in block.instrs.iter() {
|
||||
sim.visit_instr(&instr);
|
||||
sim.visit_instr(instr);
|
||||
}
|
||||
|
||||
if !sim.can_overlap_io {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue