lima/ppir: fix debug logs in regalloc
The macros already prepend "ppir: ", remove them from the actual strings so it doesn't appear duplicated. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Reviewed-by: Qiang Yu <yuq825@gmail.com>
This commit is contained in:
@@ -743,11 +743,11 @@ static bool ppir_regalloc_prog_try(ppir_compiler *comp, bool *spilled)
|
||||
/* Ask the outer loop to call back in. */
|
||||
*spilled = true;
|
||||
|
||||
ppir_debug("ppir: spilled register\n");
|
||||
ppir_debug("spilled register\n");
|
||||
goto err_out;
|
||||
}
|
||||
|
||||
ppir_error("ppir: regalloc fail\n");
|
||||
ppir_error("regalloc fail\n");
|
||||
goto err_out;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user