intel/compiler: Fix INTEL_DEBUG=hex
With the missing else, this prints the compacted hex followed by hex for an uncompacted version of the compacted instruction. It also doesn't print hex for instructions that are not compacted. Fixes: bc4a127d ("intel/disasm: Label support in shader disassembly for UIP/JIP") Fixes: !4245 Signed-off-by:Jordan Justen <jordan.l.justen@intel.com> Reviewed-by:
Sagar Ghuge <sagar.ghuge@intel.com> Reviewed-by:
Danylo Piliaiev <dpiliaiev@igalia.com> Part-of: <!10535>