Skip to content

intel/compiler: fix release build unused variable.

Dave Airlie requested to merge airlied/mesa:intel-compiler-unused-var into main

What does this MR do and why?

intel/compiler: fix release build unused variable.

This is only used in an assert.

Fixes: 158ac265dfd0 ("intel/fs: Make helpers for saving/restoring instruction order")

Merge request reports