radeonsi: fix regression in image atomics

Caused by a bad rebase when pushing commit 76a940893.
This commit is contained in:
Nicolai Hähnle
2016-10-13 16:03:06 +02:00
parent d413fbb159
commit 761388a0eb
+1 -1
View File
@@ -4203,7 +4203,7 @@ static void atomic_emit(
else
coords = emit_data->args[1];
build_type_name_for_intr(coords, coords_type, sizeof(coords_type));
build_type_name_for_intr(LLVMTypeOf(coords), coords_type, sizeof(coords_type));
snprintf(intrinsic_name, sizeof(intrinsic_name),
"llvm.amdgcn.image.atomic.%s.%s",
action->intr_name, coords_type);