ir3/print: Use mesa_stream_log_printf for (kill)
authorConnor Abbott <cwabbott0@gmail.com>
Fri, 23 Jul 2021 09:43:56 +0000 (11:43 +0200)
committerMarge Bot <eric+marge@anholt.net>
Fri, 20 Aug 2021 10:37:36 +0000 (10:37 +0000)
This was missed during the conversion.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12033>

src/freedreno/ir3/ir3_print.c

index 9577e41..9ab4486 100644 (file)
@@ -250,7 +250,7 @@ print_reg_name(struct log_stream *stream, struct ir3_instruction *instr,
     * although it's more convenient for RA if it's a pointer.
     */
    if (reg->tied)
-      printf("(tied)");
+      mesa_log_stream_printf(stream, "(tied)");
 
    if (reg->flags & IR3_REG_SHARED)
       mesa_log_stream_printf(stream, "s");