aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_debug.c
diff options
context:
space:
mode:
authorRhys Perry <[email protected]>2019-09-25 11:48:04 +0100
committerRhys Perry <[email protected]>2019-09-26 11:08:47 +0100
commit3c966fd688c1b8eb846fd8675275c33a08786b07 (patch)
tree350c9503d4f523071a798a708281d4e5b7288377 /src/amd/vulkan/radv_debug.c
parentec8ced912337d57f9643b579201f5f1d637600e9 (diff)
aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_string
Signed-off-by: Rhys Perry <[email protected]> Reviewed-by: Daniel Schürmann <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_debug.c')
-rw-r--r--src/amd/vulkan/radv_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_debug.c b/src/amd/vulkan/radv_debug.c
index 41d329182ae..3d726555160 100644
--- a/src/amd/vulkan/radv_debug.c
+++ b/src/amd/vulkan/radv_debug.c
@@ -507,7 +507,7 @@ radv_dump_shader(struct radv_pipeline *pipeline,
fprintf(f, "NIR:\n%s\n", shader->nir_string);
}
- fprintf(f, "LLVM IR:\n%s\n", shader->llvm_ir_string);
+ fprintf(f, "LLVM IR:\n%s\n", shader->ir_string);
fprintf(f, "DISASM:\n%s\n", shader->disasm_string);
radv_shader_dump_stats(pipeline->device, shader, stage, f);